We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0697fef + ca653d9 commit b1e60dcCopy full SHA for b1e60dc
Dockerfile
@@ -16,7 +16,7 @@ RUN cargo chef cook --release --recipe-path recipe.json
16
COPY . .
17
RUN cargo build --release
18
19
-FROM gcr.io/distroless/cc@sha256:1532e9001b843ec73c0a42f2d058b7e8d04e8104cc833b4a518afa43fbe5ea24
+FROM gcr.io/distroless/cc@sha256:eed8bd290a9f83d0451e7812854da87a8407f1d68f44fae5261c16556be6465b
20
WORKDIR app
21
COPY --from=builder /build/target/release/hubhook .
22
CMD ["/app/hubhook"]
0 commit comments