Skip to content

Commit

Permalink
Dockerfile: use Go 1.20!
Browse files Browse the repository at this point in the history
1.16 can't build it anymore.

Signed-off-by: Roman Khimov <[email protected]>
  • Loading branch information
roman-khimov committed May 12, 2023
1 parent e6983d9 commit e9a2f61
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,4 +1,4 @@
FROM golang:1.16-alpine as basebuilder
FROM golang:1.20-alpine as basebuilder
RUN apk add --update make bash ca-certificates

FROM basebuilder as builder
Expand Down

0 comments on commit e9a2f61

Please sign in to comment.