Skip to content

Commit

Permalink
chore(deps): bump distroless/static from 3a03fc0 to d71f4b2
Browse files Browse the repository at this point in the history
Bumps distroless/static from `3a03fc0` to `d71f4b2`.

---
updated-dependencies:
- dependency-name: distroless/static
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and 0xE282B0 committed Jan 8, 2025
1 parent 7b563e5 commit 5ea401a
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:3a03fc0826340c7deb82d4755ca391bef5adcedb8892e58412e1a6008199fa91
FROM gcr.io/distroless/static:nonroot@sha256:d71f4b239be2d412017b798a0a401c44c3049a3ca454838473a4c32ed076bfea
WORKDIR /
COPY --from=builder /workspace/bin/manager .
USER 65532:65532
Expand Down

0 comments on commit 5ea401a

Please sign in to comment.