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 6b7876f commit 8ed1f3aCopy full SHA for 8ed1f3a
1 file changed
Dockerfile
@@ -1,7 +1,7 @@
1
# NOTE: This Dockerfile is used by the pipeline, but not for the 'make image' command, which uses the Dockerfile template in hack/common instead.
2
# Use distroless as minimal base image to package the component binary
3
# Refer to https://github.com/GoogleContainerTools/distroless for more details
4
-FROM gcr.io/distroless/static-debian12:nonroot@sha256:a9329520abc449e3b14d5bc3a6ffae065bdde0f02667fa10880c49b35c109fd1
+FROM gcr.io/distroless/static-debian12:nonroot@sha256:d093aa3e30dbadd3efe1310db061a14da60299baff8450a17fe0ccc514a16639
5
ARG TARGETOS
6
ARG TARGETARCH
7
ARG COMPONENT
0 commit comments