Skip to content

Commit f020bac

Browse files
committed
fix: update container
1 parent 5ce1aa5 commit f020bac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

containers/operator.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

4646
ARG VERSION
4747
ARG GIT_SHA
4848
ARG 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}" \

0 commit comments

Comments
 (0)