Skip to content

Commit

Permalink
Merge pull request #1871 from stakwork/go-docker-1.20.13
Browse files Browse the repository at this point in the history
dockerfile go version 1.20.13
  • Loading branch information
Evanfeenstra committed Sep 5, 2024
2 parents d33bf77 + acca2f6 commit 52d99ec
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,5 +1,5 @@
# build stage
FROM golang as builder
FROM golang:1.20.13 as builder

ENV GO111MODULE=on

Expand Down

0 comments on commit 52d99ec

Please sign in to comment.