Skip to content

Commit

Permalink
Merge pull request #386 from onflow/gregor/update-flow-go-1-22
Browse files Browse the repository at this point in the history
Update Dockerfile
  • Loading branch information
sideninja authored Jul 25, 2024
2 parents 0c8ca9a + 354baf2 commit 1fcd024
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,6 +1,6 @@
# BUILD BIN

FROM golang:1.20.0 as app-builder
FROM golang:1.22.0 as app-builder

ARG GATEWAY_VERSION="v0.1.0"

Expand Down

0 comments on commit 1fcd024

Please sign in to comment.