forked from Ivasoft/traefik
Update to go1.13rc1
This commit is contained in:
committed by
Traefiker Bot
parent
e1831c4c60
commit
89150e1164
@@ -12,7 +12,7 @@ RUN yarn install
|
||||
RUN npm run build
|
||||
|
||||
# BUILD
|
||||
FROM golang:1.12-alpine as gobuild
|
||||
FROM golang:1.13rc1-alpine as gobuild
|
||||
|
||||
RUN apk --update upgrade \
|
||||
&& apk --no-cache --no-progress add git mercurial bash gcc musl-dev curl tar ca-certificates tzdata \
|
||||
|
||||
Reference in New Issue
Block a user