Skip to content

Commit 758c5c0

Browse files
committed
Update gcr.io/distroless/static Docker digest to f2ff10a
1 parent ad707ea commit 758c5c0

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

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

0 commit comments

Comments
 (0)