We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d946f52 + a97446c commit 9b585acCopy full SHA for 9b585ac
1 file changed
Dockerfile
@@ -35,7 +35,7 @@ RUN --mount=type=cache,target=/tmp/.go-build-cache \
35
make build VERSION=$VERSION
36
37
# Now create a new image with just the binary
38
-FROM gcr.io/distroless/static-debian12:nonroot@sha256:2b7c93f6d6648c11f0e80a48558c8f77885eb0445213b8e69a6a0d7c89fc6ae4
+FROM gcr.io/distroless/static-debian12:nonroot@sha256:a9329520abc449e3b14d5bc3a6ffae065bdde0f02667fa10880c49b35c109fd1
39
40
WORKDIR /app
41
0 commit comments