Skip to content

Commit 3b376c1

Browse files
chore(deps): bump distroless/static from b35229a to c0f429e (#7303)
Bumps distroless/static from `b35229a` to `c0f429e`. --- updated-dependencies: - dependency-name: distroless/static dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f93ac7e commit 3b376c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ARG REPO_INFO
8080
RUN CGO_ENABLED=0 GOOS=linux GOARCH="${TARGETARCH}" GO111MODULE=on make _build.fips
8181

8282
### 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
8484
WORKDIR /
8585
COPY --from=builder-fips /workspace/manager .
8686
USER 1000:1000
@@ -90,7 +90,7 @@ ENTRYPOINT ["/manager"]
9090
### Distroless/default
9191
# Use distroless as minimal base image to package the manager binary
9292
# 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
9494
ARG TAG
9595
ARG TARGETPLATFORM
9696
ARG TARGETOS

0 commit comments

Comments
 (0)