File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ ARG REPO_INFO
80
80
RUN CGO_ENABLED=0 GOOS=linux GOARCH="${TARGETARCH}" GO111MODULE=on make _build.fips
81
81
82
82
# ## distroless FIPS 140-2
83
- FROM gcr.io/distroless/static:nonroot@sha256:b35229a3a6398fe8f86138c74c611e386f128c20378354fc5442811700d5600d AS distroless-fips
83
+ FROM gcr.io/distroless/static:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc AS distroless-fips
84
84
WORKDIR /
85
85
COPY --from=builder-fips /workspace/manager .
86
86
USER 1000:1000
@@ -90,7 +90,7 @@ ENTRYPOINT ["/manager"]
90
90
# ## Distroless/default
91
91
# Use distroless as minimal base image to package the manager binary
92
92
# Refer to https://github.com/GoogleContainerTools/distroless for more details
93
- FROM gcr.io/distroless/static:nonroot@sha256:b35229a3a6398fe8f86138c74c611e386f128c20378354fc5442811700d5600d AS distroless
93
+ FROM gcr.io/distroless/static:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc AS distroless
94
94
ARG TAG
95
95
ARG TARGETPLATFORM
96
96
ARG TARGETOS
You can’t perform that action at this time.
0 commit comments