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.
1 parent c9332fe commit 774f165Copy full SHA for 774f165
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:e1065a1d58800a7294f74e67c32ec4146d09d6cbe471c1fa7ed456b2d2bf06e0
+FROM gcr.io/distroless/cc@sha256:05ed2b0af30dec159dfcc595279561f5e35c19427266bdec713678cf35ffc354
20
WORKDIR app
21
COPY --from=builder /build/target/release/hubhook .
22
CMD ["/app/hubhook"]
0 commit comments