Skip to content

Commit a22fd4f

Browse files
authored
fix: pin distroless/cc (#511)
1 parent 80f31a1 commit a22fd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpine.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN curl -fsSL https://github.com/krallin/tini/releases/download/v${TINI_VERSION
1414
--output /tini \
1515
&& chmod +x /tini
1616

17-
FROM gcr.io/distroless/cc as cc
17+
FROM gcr.io/distroless/cc@sha256:66d87e170bc2c5e2b8cf853501141c3c55b4e502b8677595c57534df54a68cc5 as cc
1818

1919
FROM alpine:latest
2020

0 commit comments

Comments
 (0)