From a8cbaabf9b845e1b5e122f42f8649c70629617de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:59:23 +0000 Subject: [PATCH] chore(deps): update docker.io/library/busybox:stable-glibc docker digest to e046063 Signed-off-by: renovate[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f28a8366fb..473ea749b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apk add --no-cache git make ca-certificates COPY . . RUN make -FROM docker.io/library/busybox:stable-glibc@sha256:83fc3333dea7cf840ba8b472131c3f07181201fca9acdd30f7e94b975f42f5eb +FROM docker.io/library/busybox:stable-glibc@sha256:e046063223f7eaafbfbc026aa3954d9a31b9f1053ba5db04a4f1fdc97abd8963 LABEL maintainer="maintainer@cilium.io" COPY --from=builder /etc/ssl/certs /etc/ssl/certs COPY --from=builder /go/src/github.com/cilium/cilium-cli/cilium /usr/local/bin/cilium