Skip to content

Commit b593d41

Browse files
chore(deps): update gcr.io/distroless/cc docker digest to b82f113
1 parent 14c251b commit b593d41

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
@@ -12,7 +12,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
1212
COPY . .
1313
RUN cargo build --release
1414

15-
FROM gcr.io/distroless/cc@sha256:396891e37c26c8ea032aef368c806f64c950d19cc578fdab2b0093710a036895
15+
FROM gcr.io/distroless/cc@sha256:b82f113425c5b5c714151aaacd8039bc141821cdcd3c65202d42bdf9c43ae60b
1616
WORKDIR app
1717
COPY --from=builder /build/target/release/kuso-subdomain-adder /app
1818
CMD ["/app/kuso-subdomain-adder", "srv"]

0 commit comments

Comments
 (0)