Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deployments/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN git checkout c80af13d73e36e0eedbe9b712efa85cccb64213a
RUN go build -o crd-apply-tool cmd/apply-crds/main.go

# Use distroless as minimal base image to package the manager binary
FROM nvcr.io/nvidia/distroless/go:v3.1.11
FROM nvcr.io/nvidia/distroless/go:v3.1.12

ARG VERSION="unknown"

Expand Down
Loading