Skip to content

Commit 4638356

Browse files
authored
Merge pull request #148 from Mellanox/dependabot/docker/nvidia/distroless/go-v3.1.12
chore: bump nvidia/distroless/go from v3.1.11 to v3.1.12
2 parents 80c79ec + 2c869d2 commit 4638356

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.11
36+
FROM nvcr.io/nvidia/distroless/go:v3.1.12
3737
COPY . /src
3838
WORKDIR /
3939
COPY --from=builder /workspace/build/ipam-controller .

0 commit comments

Comments
 (0)