Skip to content

Commit

Permalink
Merge pull request #600 from NVIDIA/dependabot/docker/deployments/dev…
Browse files Browse the repository at this point in the history
…el/main/golang-1.22.5

Bump golang from 1.22.1 to 1.22.5 in /deployments/devel
  • Loading branch information
elezar authored Jul 10, 2024
2 parents 49ada6c + 2d9c455 commit d51cee6
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.22.1
FROM golang:1.22.5

WORKDIR /work
COPY * .
Expand Down

0 comments on commit d51cee6

Please sign in to comment.