Skip to content

Commit 0d3315b

Browse files
authored
Merge pull request #461 from NVIDIA/dependabot/docker/coreos/golang-1.25.2
Bump golang from 1.25.1 to 1.25.2 in /coreos
2 parents 65cda2a + 23bb462 commit 0d3315b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coreos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM nvcr.io/nvidia/cuda:13.0.1-base-ubi8 as license
22

33
# Build nvidia-container-runtime binary
4-
FROM golang:1.25.1 as build-runtime
4+
FROM golang:1.25.2 as build-runtime
55

66
WORKDIR /go/src/nvidia-container-runtime
77
COPY nvidia-container-runtime .

0 commit comments

Comments
 (0)