Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/cc docker digest to ef6b28e
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2023
1 parent f7e4070 commit cb2ff53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
COPY . .
RUN cargo build --release

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

0 comments on commit cb2ff53

Please sign in to comment.