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 16ba5e5 + beedef9 commit 80207deCopy full SHA for 80207de
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:3d0f463de06b7ddff27684ec3bfd0b54a425149d0f8685308b1fdf297b0265e9
+FROM gcr.io/distroless/static@sha256:d9f9472a8f4541368192d714a995eb1a99bab1f7071fc8bde261d7eda3b667d8
14
15
COPY --from=builder /app/app /app
16
0 commit comments