Skip to content

Commit

Permalink
Bump golang from 1.23.2 to 1.23.3 in /coreos
Browse files Browse the repository at this point in the history
Bumps golang from 1.23.2 to 1.23.3.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 7, 2024
1 parent 3e34c94 commit 3631a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coreos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM nvcr.io/nvidia/cuda:12.6.2-base-ubi8 as license

# Build nvidia-container-runtime binary
FROM golang:1.23.2 as build-runtime
FROM golang:1.23.3 as build-runtime

WORKDIR /go/src/nvidia-container-runtime
COPY nvidia-container-runtime .
Expand Down

0 comments on commit 3631a9d

Please sign in to comment.