Skip to content

Commit 0392db6

Browse files
authored
Merge pull request #53 from Mellanox/dependabot/docker/nvidia/distroless/go-v3.2.0
chore: bump nvidia/distroless/go from v3.1.13 to v3.2.0
2 parents 4948a47 + c49b65a commit 0392db6

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.13
40+
FROM nvcr.io/nvidia/distroless/go:v3.2.0
4141
WORKDIR /
4242
COPY --from=builder /workspace/build/nic-feature-discovery .
4343
COPY . /src

0 commit comments

Comments
 (0)