Skip to content

Commit 59114d6

Browse files
committed
chore(deps): update gcr.io/distroless/cc-debian12 docker digest to 6714977
1 parent cfe27dc commit 59114d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN \
1010
--mount=type=cache,target=/usr/local/cargo/registry \
1111
cargo build --release
1212

13-
FROM gcr.io/distroless/cc-debian12@sha256:a9056d2232d16e3772bec3ef36b93a5ea9ef6ad4b4ed407631e534b85832cf40
13+
FROM gcr.io/distroless/cc-debian12@sha256:6714977f9f02632c31377650c15d89a7efaebf43bab0f37c712c30fc01edb973
1414
COPY --from=build /src/target/release/transmission-proxy /
1515
COPY public /public
1616
CMD ["/transmission-proxy", "--bind", "http://0.0.0.0:3000/transmission", "--serve-root", "/public"]

0 commit comments

Comments
 (0)