Skip to content

Commit b4fd453

Browse files
authored
Merge pull request #162 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 5e279cf + 49aa1ea commit b4fd453

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.13
39+
FROM nvcr.io/nvidia/distroless/go:v3.2.0
4040
COPY . /src
4141
WORKDIR /
4242
COPY --from=builder /workspace/build/ipam-controller .

0 commit comments

Comments
 (0)