From 7f3f7321050ebd70ccf87761da30aa56257c5a67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Dec 2022 21:14:36 +0000 Subject: [PATCH] build(deps): bump library/busybox from `898fba6` to `5289a46` Bumps library/busybox from `898fba6` to `5289a46`. --- updated-dependencies: - dependency-name: library/busybox dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 576bf58cef..b4836ab822 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk add --no-cache git make COPY . . RUN make -FROM docker.io/library/busybox:stable-glibc@sha256:898fba644d1783e8de96c9a7f82255d5af2c88af53000802a1f24854aad61de7 +FROM docker.io/library/busybox:stable-glibc@sha256:5289a46d39034cfc035cb32a5f1f890f10da8a13557d7a2df2250d694875d6b4 LABEL maintainer="maintainer@cilium.io" COPY --from=builder /go/src/github.com/cilium/cilium-cli/cilium /usr/local/bin/cilium RUN ["wget", "-P", "/usr/local/bin", "https://dl.k8s.io/release/v1.23.6/bin/linux/amd64/kubectl"]