Skip to content

Commit 43f1881

Browse files
authored
Bump base image to nvcr.io/nvidia/distroless/go:v3.1.4 (#276)
Signed-off-by: Shiva Krishna, Merla <[email protected]>
1 parent 257c85b commit 43f1881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN if [ "$TARGETARCH" = "x86_64" ]; then OS_ARCH="amd64"; elif [ "$TARGETARCH"
3030
&& chmod +x ./kubectl
3131

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

3535
ARG VERSION="unknown"
3636

0 commit comments

Comments
 (0)