Skip to content

Commit 68d28aa

Browse files
chore(deps): update gcr.io/distroless/cc docker digest to b6e1e91
1 parent c9332fe commit 68d28aa

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
@@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
1616
COPY . .
1717
RUN cargo build --release
1818

19-
FROM gcr.io/distroless/cc@sha256:e1065a1d58800a7294f74e67c32ec4146d09d6cbe471c1fa7ed456b2d2bf06e0
19+
FROM gcr.io/distroless/cc@sha256:b6e1e913f633495eeb80a41e03de1a41aa863e9b19902309b180ffdc4b99db2c
2020
WORKDIR app
2121
COPY --from=builder /build/target/release/hubhook .
2222
CMD ["/app/hubhook"]

0 commit comments

Comments
 (0)