Skip to content

Commit b9d646c

Browse files
authored
Merge pull request #1136 from NVIDIA/dependabot/docker/deployments/devel/main/golang-1.24.4
Bump golang from 1.24.3 to 1.24.4 in /deployments/devel
2 parents 7380cff + 5ccac4d commit b9d646c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/devel/Dockerfile

Lines changed: 1 addition & 1 deletion
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.24.3
17+
FROM golang:1.24.4
1818

1919
WORKDIR /work
2020
COPY * .

0 commit comments

Comments
 (0)