diff --git a/Dockerfile b/Dockerfile index 750585a3b..5838632bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,7 @@ ENV BUILD_FLAGS="-trimpath" # by leaving it empty we can ensure that the container and binary shipped on it will have the same platform. RUN make bin/ocm GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} -FROM gcr.io/distroless/static-debian12:nonroot@sha256:6cd937e9155bdfd805d1b94e037f9d6a899603306030936a3b11680af0c2ed58 +FROM gcr.io/distroless/static-debian12:nonroot@sha256:6ec5aa99dc335666e79dc64e4a6c8b89c33a543a1967f20d360922a80dd21f02 COPY --from=build /src/bin/ocm /usr/local/bin/ocm