Skip to content

Commit 36078b6

Browse files
chore(deps): bump distroless/static from 627d6c5 to cdf4daa (#7668)
Bumps distroless/static from `627d6c5` to `cdf4daa`. --- updated-dependencies: - dependency-name: distroless/static dependency-version: nonroot 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 7a91ee7 commit 36078b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ARG REPO_INFO
7979
RUN 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
8383
WORKDIR /
8484
COPY --from=builder-fips /workspace/manager .
8585
USER 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
9393
ARG TAG
9494
ARG TARGETPLATFORM
9595
ARG TARGETOS

0 commit comments

Comments
 (0)