Skip to content

Commit 80207de

Browse files
Merge pull request #415 from renovate-bot/renovate/gcr.io-distroless-static
Update gcr.io/distroless/static Docker digest to d9f9472
2 parents 16ba5e5 + beedef9 commit 80207de

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:3d0f463de06b7ddff27684ec3bfd0b54a425149d0f8685308b1fdf297b0265e9
13+
FROM gcr.io/distroless/static@sha256:d9f9472a8f4541368192d714a995eb1a99bab1f7071fc8bde261d7eda3b667d8
1414

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

0 commit comments

Comments
 (0)