Skip to content

Commit

Permalink
Merge pull request #1146 from NVIDIA/dependabot/docker/deployments/de…
Browse files Browse the repository at this point in the history
…vel/main/golang-1.23.6

Bump golang from 1.23.3 to 1.23.6 in /deployments/devel
  • Loading branch information
elezar authored Feb 12, 2025
2 parents 2c1141a + 77b61c7 commit f1a93bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/devel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

# This Dockerfile is also used to define the golang version used in this project
# This allows dependabot to manage this version in addition to other images.
FROM golang:1.23.3
FROM golang:1.23.6

WORKDIR /work
COPY * .
Expand Down

0 comments on commit f1a93bd

Please # to comment.