Skip to content

Commit b850446

Browse files
authored
Merge pull request #158 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 860b625 + 3d9d093 commit b850446

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
@@ -36,7 +36,7 @@ RUN make build
3636

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

0 commit comments

Comments
 (0)