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/