We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f31a1 commit a22fd4fCopy full SHA for a22fd4f
alpine.dockerfile
@@ -14,7 +14,7 @@ RUN curl -fsSL https://github.com/krallin/tini/releases/download/v${TINI_VERSION
14
--output /tini \
15
&& chmod +x /tini
16
17
-FROM gcr.io/distroless/cc as cc
+FROM gcr.io/distroless/cc@sha256:66d87e170bc2c5e2b8cf853501141c3c55b4e502b8677595c57534df54a68cc5 as cc
18
19
FROM alpine:latest
20
0 commit comments