Skip to content

Commit b00cfe8

Browse files
authored
Merge pull request #57 from Mellanox/dependabot/docker/nvidia/distroless/go-v3.1.13
chore: bump nvidia/distroless/go from v3.1.12 to v3.1.13
2 parents d5b6917 + dcef375 commit b00cfe8

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
@@ -34,7 +34,7 @@ COPY . /workspace
3434
# Build with make to apply all build logic defined in Makefile
3535
RUN make build
3636

37-
FROM nvcr.io/nvidia/distroless/go:v3.1.12
37+
FROM nvcr.io/nvidia/distroless/go:v3.1.13
3838
WORKDIR /
3939
COPY --from=builder /workspace/build/network-operator-init-container .
4040

0 commit comments

Comments
 (0)