Skip to content

Commit 49aa1ea

Browse files
chore: bump nvidia/distroless/go from v3.1.13 to v3.2.0
Bumps nvidia/distroless/go from v3.1.13 to v3.2.0. --- updated-dependencies: - dependency-name: nvidia/distroless/go dependency-version: v3.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e279cf commit 49aa1ea

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)