Skip to content

Commit d4739cb

Browse files
authored
Merge pull request #1073 from NVIDIA/dependabot/docker/deployments/devel/release-1.17/golang-1.23.9
Bump golang from 1.23.8 to 1.23.9 in /deployments/devel
2 parents e8ac801 + 21827ad commit d4739cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/devel/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# This Dockerfile is also used to define the golang version used in this project
1616
# This allows dependabot to manage this version in addition to other images.
17-
FROM golang:1.23.8
17+
FROM golang:1.23.9
1818

1919
WORKDIR /work
2020
COPY * .

0 commit comments

Comments
 (0)