Skip to content

Commit 7600156

Browse files
chore: bump nvidia/distroless/go from v3.1.12 to v3.1.13
Bumps nvidia/distroless/go from v3.1.12 to v3.1.13. --- updated-dependencies: - dependency-name: nvidia/distroless/go dependency-version: v3.1.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a8ce03 commit 7600156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN task build
3737

3838
# Use distroless as minimal base image to package the manager binary
3939
# Refer to https://github.com/GoogleContainerTools/distroless for more details
40-
FROM nvcr.io/nvidia/distroless/go:v3.1.12
40+
FROM nvcr.io/nvidia/distroless/go:v3.1.13
4141
WORKDIR /
4242
COPY --from=builder /workspace/build/nic-feature-discovery .
4343
COPY . /src

0 commit comments

Comments
 (0)