Skip to content

Commit cdaa9b8

Browse files
authored
Merge pull request #878 from onflow/mpeter/update-docker-golang-version
Update Dockerfile go version to `1.25`
2 parents 12eaf53 + e080ba7 commit cdaa9b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BUILD BIN
22

3-
FROM golang:1.23 as app-builder
3+
FROM golang:1.25 as app-builder
44

55
# Build the app binary in /app
66
WORKDIR /app

0 commit comments

Comments
 (0)