Skip to content

Commit

Permalink
Bump distroless/cc-debian12 from 3310655 to 6f05aba in /bundler
Browse files Browse the repository at this point in the history
Bumps distroless/cc-debian12 from `3310655` to `6f05aba`.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and garryod committed Oct 28, 2024
1 parent 913fdd6 commit fbc8341
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:3310655aac0d85eb9d579792387af1ff3eb7a1667823478be58020ab0e0d97a8 AS deploy
FROM gcr.io/distroless/cc-debian12@sha256:6f05aba4de16e89f8d879bf2a1364de3e41aba04f1dcbba8c75494f6134b4b13 AS deploy

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

Expand Down

0 comments on commit fbc8341

Please sign in to comment.