Skip to content

Commit

Permalink
Bump nvidia/distroless/go in /deployments/container (#234)
Browse files Browse the repository at this point in the history
Bumps nvidia/distroless/go from v3.1.2 to v3.1.3.

---
updated-dependencies:
- dependency-name: nvidia/distroless/go
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent feb392b commit 7bbe9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN if [ "$TARGETARCH" = "x86_64" ]; then OS_ARCH="amd64"; elif [ "$TARGETARCH"
&& chmod +x ./kubectl

# Use distroless as minimal base image to package the manager binary
FROM nvcr.io/nvidia/distroless/go:v3.1.2
FROM nvcr.io/nvidia/distroless/go:v3.1.3

ARG VERSION="unknown"

Expand Down

0 comments on commit 7bbe9f4

Please sign in to comment.