From 118b4b51c5e39ec7c0c9ad309cdde74e61f72813 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 01:09:35 +0000 Subject: [PATCH] chore(renovate): Update docker.io/library/busybox Docker tag to v1.37.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dca4a79..57e74d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ FROM alpine as certs RUN apk update && apk add ca-certificates # --- -FROM docker.io/library/busybox:1.36.1-musl +FROM docker.io/library/busybox:1.37.0-musl ENV TINI_VERSION v0.19.0 ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-static-muslc-amd64 /tini