We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3d4059 + d9c7008 commit 2376e06Copy full SHA for 2376e06
1 file changed
Dockerfile
@@ -22,7 +22,7 @@ RUN --mount=target=. \
22
GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /function .
23
24
# Produce the Function image.
25
-FROM gcr.io/distroless/base-debian11 AS image
+FROM gcr.io/distroless/static-debian12:nonroot AS image
26
WORKDIR /
27
COPY --from=build /function /function
28
EXPOSE 9443
0 commit comments