Skip to content

Commit

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

---
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 Sep 23, 2024
1 parent 7f9ec44 commit 37923e4
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:b6e1e913f633495eeb80a41e03de1a41aa863e9b19902309b180ffdc4b99db2c AS deploy
FROM gcr.io/distroless/cc-debian12@sha256:682ff941956437ab1fc0f6fe969b18ede078839cc4f4fbc156ab546d2a9055fd AS deploy

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

Expand Down

0 comments on commit 37923e4

Please sign in to comment.