1
0
Fork 0

Update go version to go 1.13rc2

This commit is contained in:
Michael 2019-09-03 12:18:03 +02:00 committed by Traefiker Bot
parent cb7c5a8ca1
commit 3ed57e01a6
4 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ RUN yarn install
RUN npm run build
# BUILD
FROM golang:1.13rc1-alpine as gobuild
FROM golang:1.13rc2-alpine as gobuild
RUN apk --update upgrade \
&& apk --no-cache --no-progress add git mercurial bash gcc musl-dev curl tar ca-certificates tzdata \