Skip to content

Commit 330f65c

Browse files
dependabot[bot]nolik
authored andcommitted
build(deps): bump distroless/cc-debian12 from 0c8eac8 to d703b62
Bumps distroless/cc-debian12 from `0c8eac8` to `d703b62`. --- updated-dependencies: - dependency-name: distroless/cc-debian12 dependency-version: d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4a64c91 commit 330f65c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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:0c8eac8ea42a167255d03c3ba6dfad2989c15427ed93d16c53ef9706ea4691df
6+
FROM gcr.io/distroless/cc-debian12@sha256:d703b626ba455c4e6c6fbe5f36e6f427c85d51445598d564652a2f334179f96e
77
COPY --from=build-env /app/target/release/rust-bot ./
88
CMD ["/rust-bot"]

0 commit comments

Comments
 (0)