Skip to content

Commit b536722

Browse files
authored
Use Go 1.20 docker image for the build. (#37)
1 parent 292be03 commit b536722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17.8-alpine3.15 AS builder
1+
FROM golang:1.20.3-alpine3.17 AS builder
22

33
RUN apk update && \
44
apk upgrade && \

0 commit comments

Comments
 (0)