Skip to content

Commit b1e60dc

Browse files
authored
Merge pull request #235 from arkedge/renovate/gcr.io-distroless-cc
chore(deps): update gcr.io/distroless/cc docker digest to eed8bd2
2 parents 0697fef + ca653d9 commit b1e60dc

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
@@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
1616
COPY . .
1717
RUN cargo build --release
1818

19-
FROM gcr.io/distroless/cc@sha256:1532e9001b843ec73c0a42f2d058b7e8d04e8104cc833b4a518afa43fbe5ea24
19+
FROM gcr.io/distroless/cc@sha256:eed8bd290a9f83d0451e7812854da87a8407f1d68f44fae5261c16556be6465b
2020
WORKDIR app
2121
COPY --from=builder /build/target/release/hubhook .
2222
CMD ["/app/hubhook"]

0 commit comments

Comments
 (0)