Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/cc docker digest to 7a01d63
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent 5fc2618 commit 27748ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
COPY . .
RUN cargo build --release

FROM gcr.io/distroless/cc@sha256:1532e9001b843ec73c0a42f2d058b7e8d04e8104cc833b4a518afa43fbe5ea24
FROM gcr.io/distroless/cc@sha256:7a01d633f75120af59c71489e0911fa8b6512673a3ff0b999522b4221ab4d86a
WORKDIR app
COPY --from=builder /build/target/release/hubhook .
CMD ["/app/hubhook"]

0 comments on commit 27748ce

Please sign in to comment.