From 8381b9226e48398cb3f5dd4bae2b6ba0704816c0 Mon Sep 17 00:00:00 2001 From: kf_dolgopolov Date: Fri, 1 Nov 2019 20:22:49 +0300 Subject: [PATCH] upgrade golang version at Dockerfile according to version from go.mod --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 872bf78..c4cc7d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -FROM golang:1.12-alpine AS build +FROM golang:1.13-alpine AS build ARG VERSION ARG GOPROXY