Skip to content

Commit 44e20c6

Browse files
authored
Merge pull request #40 from Mellanox/dependabot/docker/nvidia/distroless/go-v3.1.11
chore: bump nvidia/distroless/go from v3.1.10 to v3.1.11
2 parents bdf1c11 + 357fb63 commit 44e20c6

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
@@ -31,7 +31,7 @@ COPY . /workspace
3131
# Build with make to apply all build logic defined in Makefile
3232
RUN make build
3333

34-
FROM nvcr.io/nvidia/distroless/go:v3.1.10
34+
FROM nvcr.io/nvidia/distroless/go:v3.1.11
3535
WORKDIR /
3636
COPY --from=builder /workspace/build/network-operator-init-container .
3737

0 commit comments

Comments
 (0)