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.
1 parent 9bd6879 commit b2c8300Copy full SHA for b2c8300
Dockerfile
@@ -40,7 +40,7 @@ RUN GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /function .
40
41
# Produce the Function image. We use a very lightweight 'distroless' image that
42
# does not include any of the build tools used in previous stages.
43
-FROM gcr.io/distroless/base-debian12 AS image
+FROM gcr.io/distroless/base-debian12:nonroot AS image
44
WORKDIR /
45
COPY --from=build /function /function
46
EXPOSE 9443
0 commit comments