updated go version

This commit is contained in:
kolaente 2019-09-22 17:03:34 +02:00
parent e32e8761df
commit b9a317f688
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM golang:1.12-alpine FROM golang:1.13-alpine
ENV GO111MODULE=on ENV GO111MODULE=on
RUN apk --no-cache add build-base git RUN apk --no-cache add build-base git