Skip to content

Commit

Permalink
Bump distroless/cc-debian12 from 3b75fdd to b6e1e91 in /bundler
Browse files Browse the repository at this point in the history
Bumps distroless/cc-debian12 from `3b75fdd` to `b6e1e91`.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent e4676bd commit f72a539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY ./ ./
RUN touch src/main.rs \
&& cargo build --release

FROM gcr.io/distroless/cc-debian12@sha256:3b75fdd33932d16e53a461277becf57c4f815c6cee5f6bc8f52457c095e004c8 AS deploy
FROM gcr.io/distroless/cc-debian12@sha256:b6e1e913f633495eeb80a41e03de1a41aa863e9b19902309b180ffdc4b99db2c AS deploy

COPY --from=build /app/target/release/bundler /bundler

Expand Down

0 comments on commit f72a539

Please sign in to comment.