From e2df3e778bfcdf9c39d8d0d3702447413b7ec10c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 11:27:19 +0000 Subject: [PATCH] Bump busybox from 1.36.1 to 1.37.0 Bumps busybox from 1.36.1 to 1.37.0. --- updated-dependencies: - dependency-name: busybox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6e8cba6..e423490 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ COPY controllers/ controllers/ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH GO111MODULE=on go build -a -o manager main.go # Add busybox -FROM busybox:1.36.1 as shelladder +FROM busybox:1.37.0 as shelladder # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details