From a55be55be0debe4002d7730a65518341376dcdd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 04:28:12 +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 0cf5964..755a931 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ COPY . . RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -o app . # --- -FROM docker.io/library/busybox:1.36.1-musl +FROM docker.io/library/busybox:1.37.0-musl ENV HOST=0.0.0.0 ENV PORT=3000