Skip to content

Commit

Permalink
Bump base image to nvcr.io/nvidia/distroless/go:v3.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com>
  • Loading branch information
shivamerla committed Jan 6, 2025
1 parent 257c85b commit ef7635b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN if [ "$TARGETARCH" = "x86_64" ]; then OS_ARCH="amd64"; elif [ "$TARGETARCH"
&& chmod +x ./kubectl

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

ARG VERSION="unknown"

Expand Down

0 comments on commit ef7635b

Please sign in to comment.