We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6a6dd3 + 758c5c0 commit 0fc4ef7Copy full SHA for 0fc4ef7
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:b7b9a6953e7bed6baaf37329331051d7bdc1b99c885f6dbeb72d75b1baad54f9
+FROM gcr.io/distroless/static@sha256:f2ff10a709b0fd153997059b698ada702e4870745b6077eff03a5f4850ca91b6
14
15
COPY --from=builder /app/app /app
16
0 commit comments