chore: update to go1.20
This commit is contained in:
parent
dd710dbeb7
commit
7202038649
10 changed files with 13 additions and 11 deletions
|
@ -12,7 +12,7 @@ RUN yarn install
|
|||
RUN yarn build
|
||||
|
||||
# BUILD
|
||||
FROM golang:1.19-alpine as gobuild
|
||||
FROM golang:1.20-alpine as gobuild
|
||||
|
||||
RUN apk --no-cache --no-progress add git mercurial bash gcc musl-dev curl tar ca-certificates tzdata \
|
||||
&& update-ca-certificates \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue