Skip to content

Commit 7e4f65d

Browse files
authored
Merge pull request #127 from Mellanox/dependabot/docker/nvidia/distroless/go-v3.1.10
chore: bump nvidia/distroless/go from v3.1.9 to v3.1.10
2 parents 57359c6 + a0c26b5 commit 7e4f65d

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
@@ -33,7 +33,7 @@ RUN make build
3333

3434
# Use distroless as minimal base image to package the manager binary
3535
# Refer to https://github.com/GoogleContainerTools/distroless for more details
36-
FROM nvcr.io/nvidia/distroless/go:v3.1.9
36+
FROM nvcr.io/nvidia/distroless/go:v3.1.10
3737
COPY . /src
3838
WORKDIR /
3939
COPY --from=builder /workspace/build/ipam-controller .

0 commit comments

Comments
 (0)