Skip to content

Commit

Permalink
dockerfile go version 1.20.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Evanfeenstra committed Sep 5, 2024
1 parent d33bf77 commit acca2f6
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 acca2f6

Please sign in to comment.