From c3f2ad601597588884f469ab16ea015455595e3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 17:32:36 +0000 Subject: [PATCH] chore(deps): bump distroless/cc-debian12 from `adcd20c` to `9dac0a7` Bumps distroless/cc-debian12 from `adcd20c` to `9dac0a7`. --- updated-dependencies: - dependency-name: distroless/cc-debian12 dependency-version: nonroot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4f18372..c6c9f96 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ COPY Cargo.toml Cargo.lock ./ COPY src ./src RUN cargo build --locked --release -FROM gcr.io/distroless/cc-debian12:nonroot@sha256:adcd20c7b4c988b73cbfbddb26d2eee574571e6d7c9ffea29b3821e0690efb77 +FROM gcr.io/distroless/cc-debian12:nonroot@sha256:9dac0a79194e45a7da0158a9c6da57b217585af0786db3845d1f0ec1a0dd182f LABEL org.opencontainers.image.source="https://github.com/ak5/charon" COPY --from=build /src/target/release/charon /usr/local/bin/charon USER nonroot:nonroot