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

@ -1,4 +1,4 @@
FROM golang:1.13rc1-alpine
FROM golang:1.13rc2-alpine
RUN apk --update upgrade \
&& apk --no-cache --no-progress add git mercurial bash gcc musl-dev curl tar ca-certificates tzdata \