Skip to content

Commit c8abc57

Browse files
build(deps): bump distroless/cc-debian12 from d703b62 to 7ee09f3 (#596)
Bumps distroless/cc-debian12 from `d703b62` to `7ee09f3`. --- updated-dependencies: - dependency-name: distroless/cc-debian12 dependency-version: 7ee09f36862efbdbf70422db263e411c2618409ca46faa555bd5b636155307df dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bafc811 commit c8abc57

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

0 commit comments

Comments
 (0)