Skip to content

Commit 29c0617

Browse files
build(deps): bump distroless/cc-debian12 from 0000f9d to 0c8eac8 (#537)
Bumps distroless/cc-debian12 from `0000f9d` to `0c8eac8`. --- updated-dependencies: - dependency-name: distroless/cc-debian12 dependency-version: 0c8eac8ea42a167255d03c3ba6dfad2989c15427ed93d16c53ef9706ea4691df dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: i.novik <[email protected]>
1 parent 8f05d44 commit 29c0617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ WORKDIR /app
33
COPY . /app
44
RUN cargo build --release
55

6-
FROM gcr.io/distroless/cc-debian12@sha256:0000f9dc0290f8eaf0ecceafbc35e803649087ea7879570fbc78372df7ac649b
6+
FROM gcr.io/distroless/cc-debian12@sha256:0c8eac8ea42a167255d03c3ba6dfad2989c15427ed93d16c53ef9706ea4691df
77
COPY --from=build-env /app/target/release/rust-bot ./
88
CMD ["/rust-bot"]

0 commit comments

Comments
 (0)