Skip to content

Commit 25b9ef3

Browse files
authored
Merge pull request #232 from jetstack/static-base
Switch to distroless/static base image
2 parents e485465 + 0def756 commit 25b9ef3

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)