Skip to content

Commit

Permalink
Merge pull request #34 from Siemko/dependabot/docker/golang-1.22.4
Browse files Browse the repository at this point in the history
Bump golang from 1.22.3 to 1.22.4
  • Loading branch information
Siemko authored Jun 11, 2024
2 parents 483f69d + ac99fa4 commit 0df8b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG DOCKER_GEN_VERSION="0.13.1"
ARG FOREGO_VERSION="v0.18.1"

FROM golang:1.22.3 as gobuilder
FROM golang:1.22.4 as gobuilder

FROM gobuilder as forego
ARG FOREGO_VERSION
Expand Down

0 comments on commit 0df8b69

Please sign in to comment.