From 8cf37ca48b9181c601ece791024042f46f4956d5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 14 Jul 2026 14:07:47 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20deps(dockerfile):=20update?= =?UTF-8?q?=20gcr.io/distroless/static-debian13:debug=20docker=20digest=20?= =?UTF-8?q?to=20e741251?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7429d036..eb470cbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details # debug image is used to get busybox -FROM gcr.io/distroless/static-debian13:debug@sha256:85554049bdfa232b64a328412dd8909cc3baad08474cf97b2e5cc0a74e23fc5e +FROM gcr.io/distroless/static-debian13:debug@sha256:e741251ccc55dd6cec4a99ff21c0766df31891fabb4a50727104619a7e6ff4f2 ARG TARGETPLATFORM ENTRYPOINT ["/usr/bin/octl"] COPY $TARGETPLATFORM/octl /usr/bin/