We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37ce514 + 03ef469 commit e5d843dCopy full SHA for e5d843d
Dockerfile
@@ -10,7 +10,7 @@ RUN CGO_ENABLED=0 go build -ldflags="-w -s" -v -o app .
10
11
# A distroless container image with some basics like SSL certificates
12
# https://github.com/GoogleContainerTools/distroless
13
-FROM gcr.io/distroless/static@sha256:87bce11be0af225e4ca761c40babb06d6d559f5767fbf7dc3c47f0f1a466b92c
+FROM gcr.io/distroless/static@sha256:972618ca78034aaddc55864342014a96b85108c607372f7cbd0dbd1361f1d841
14
15
COPY --from=builder /app/app /app
16
0 commit comments