Skip to content

Commit e5d843d

Browse files
Merge pull request #455 from renovate-bot/renovate/gcr.io-distroless-static
Update gcr.io/distroless/static Docker digest to 972618c
2 parents 37ce514 + 03ef469 commit e5d843d

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:87bce11be0af225e4ca761c40babb06d6d559f5767fbf7dc3c47f0f1a466b92c
13+
FROM gcr.io/distroless/static@sha256:972618ca78034aaddc55864342014a96b85108c607372f7cbd0dbd1361f1d841
1414

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

0 commit comments

Comments
 (0)