upgrade golang version at Dockerfile according to version from go.mod

This commit is contained in:
kf_dolgopolov 2019-11-01 20:22:49 +03:00 committed by Nikolay Stupak
parent 949b123e92
commit 8381b9226e
1 changed files with 1 additions and 1 deletions

View File

@ -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