File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -mod=ven
4141
4242# Use distroless as minimal base image to package the manager binary
4343# Refer to https://github.com/GoogleContainerTools/distroless/tree/main/base for more
44- FROM nvcr.io/nvidia/distroless/go:v3.1.10
44+ FROM nvcr.io/nvidia/distroless/go:v3.2.2
4545
4646ARG VERSION
4747ARG GIT_SHA
4848ARG GO_VERSION
4949
5050# # https://github.com/opencontainers/image-spec/blob/main/annotations.md
51- LABEL org.opencontainers.image.base.name="nvcr.io/nvidia/distroless/go:v3.1.10 " \
51+ LABEL org.opencontainers.image.base.name="nvcr.io/nvidia/distroless/go:v3.2.2 " \
5252 org.opencontainers.image.licenses="Apache-2.0" \
5353 org.opencontainers.image.title="skyhook-operator" \
5454 org.opencontainers.image.version="${VERSION}" \
You can’t perform that action at this time.
0 commit comments