Skip to content

Commit

Permalink
Merge pull request #121 from spinkube/dependabot/docker/distroless/st…
Browse files Browse the repository at this point in the history
…atic-e9ac71e

Bump distroless/static from `f41b84c` to `e9ac71e`
  • Loading branch information
flavio authored Sep 11, 2024
2 parents 4dc6009 + e1b5132 commit e86177d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \

# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot@sha256:f41b84cda410b05cc690c2e33d1973a31c6165a2721e2b5343aab50fecb63441
FROM gcr.io/distroless/static:nonroot@sha256:e9ac71e2b8e279a8372741b7a0293afda17650d926900233ec3a7b2b7c22a246
WORKDIR /
COPY --from=builder /workspace/bin/manager .
USER 65532:65532
Expand Down

0 comments on commit e86177d

Please sign in to comment.