Skip to content

Commit ff546d3

Browse files
committed
Update gcr.io/distroless/static Docker digest to 28efbe9
1 parent 5a0ca2c commit ff546d3

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
@@ -10,7 +10,7 @@ RUN CGO_ENABLED=0 go build -ldflags="-w -s" -v -o app .
1010

1111
# A distroless container image with some basics like SSL certificates
1212
# https://github.com/GoogleContainerTools/distroless
13-
FROM gcr.io/distroless/static@sha256:972618ca78034aaddc55864342014a96b85108c607372f7cbd0dbd1361f1d841
13+
FROM gcr.io/distroless/static@sha256:28efbe90d0b2f2a3ee465cc5b44f3f2cf5533514cf4d51447a977a5dc8e526d0
1414

1515
COPY --from=builder /app/app /app
1616

0 commit comments

Comments
 (0)