Skip to content

Commit 68857c9

Browse files
dependabot[bot]shivamerla
authored andcommitted
Bump nvidia/distroless/go in /deployments/container
Bumps nvidia/distroless/go from v3.1.4 to v3.1.5. --- updated-dependencies: - dependency-name: nvidia/distroless/go dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 93d7d93 commit 68857c9

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.4
33+
FROM nvcr.io/nvidia/distroless/go:v3.1.5
3434

3535
ARG VERSION="unknown"
3636

0 commit comments

Comments
 (0)