File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ ARG REPO_INFO
7979RUN CGO_ENABLED=0 GOOS=linux GOARCH="${TARGETARCH}" GO111MODULE=on make _build.fips
8080
8181# ## distroless FIPS 140-2
82- FROM gcr.io/distroless/static:nonroot@sha256:627d6c5a23ad24e6bdff827f16c7b60e0289029b0c79e9f7ccd54ae3279fb45f AS distroless-fips
82+ FROM gcr.io/distroless/static:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46 AS distroless-fips
8383WORKDIR /
8484COPY --from=builder-fips /workspace/manager .
8585USER 1000:1000
@@ -89,7 +89,7 @@ ENTRYPOINT ["/manager"]
8989# ## Distroless/default
9090# Use distroless as minimal base image to package the manager binary
9191# Refer to https://github.com/GoogleContainerTools/distroless for more details
92- FROM gcr.io/distroless/static:nonroot@sha256:627d6c5a23ad24e6bdff827f16c7b60e0289029b0c79e9f7ccd54ae3279fb45f AS distroless
92+ FROM gcr.io/distroless/static:nonroot@sha256:cdf4daaf154e3e27cfffc799c16f343a384228f38646928a1513d925f473cb46 AS distroless
9393ARG TAG
9494ARG TARGETPLATFORM
9595ARG TARGETOS
You can’t perform that action at this time.
0 commit comments