Skip to content

Commit 0def756

Browse files
committed
Switch to distroless/static base image
The initial switch to USER 1000:1000 didn't seem to solve the problem, going to try using the same base image that cert-manager does also. Signed-off-by: David Bond <[email protected]>
1 parent e485465 commit 0def756

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/distroless/base:nonroot
1+
FROM gcr.io/distroless/static
22

33
# TARGETPLATFORM comes from the buildx context and it will be something like `linux/arm64/v8` or `linux/amd64`.
44
# Ref: https://docs.docker.com/buildx/working-with-buildx/

0 commit comments

Comments
 (0)