Skip to content

Commit

Permalink
chore(deps): update gcr.io/distroless/cc docker digest to eed8bd2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 29, 2024
1 parent 5fc2618 commit 7fc413b
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 @@ -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:eed8bd290a9f83d0451e7812854da87a8407f1d68f44fae5261c16556be6465b
WORKDIR app
COPY --from=builder /build/target/release/hubhook .
CMD ["/app/hubhook"]

0 comments on commit 7fc413b

Please sign in to comment.