Updated dockerfile

This commit is contained in:
kolaente 2019-10-19 23:06:57 +02:00
parent 6af91029d8
commit 2803d94781
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
###################################
#Build stage
FROM golang:1.11-alpine AS build-env
FROM golang:1.13-alpine AS build-env
ENV GO111MODULE=on
ENV GOFLAGS=-mod=vendor