Skip to content

Commit

Permalink
Merge pull request #237 from arkedge/renovate/gcr.io-distroless-cc
Browse files Browse the repository at this point in the history
chore(deps): update gcr.io/distroless/cc docker digest to e1065a1
  • Loading branch information
sksat authored May 15, 2024
2 parents be00df1 + 27d0025 commit 5f37705
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:eed8bd290a9f83d0451e7812854da87a8407f1d68f44fae5261c16556be6465b
FROM gcr.io/distroless/cc@sha256:e1065a1d58800a7294f74e67c32ec4146d09d6cbe471c1fa7ed456b2d2bf06e0
WORKDIR app
COPY --from=builder /build/target/release/hubhook .
CMD ["/app/hubhook"]

0 comments on commit 5f37705

Please sign in to comment.