Update the Go version to 1.13 in the Dockerfile (#403)

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
This commit is contained in:
Cosmin Cojocar 2019-10-08 09:44:34 +02:00 committed by GitHub
parent 186dec7b26
commit ea9faae22d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
ARG GO_VERSION=1.12
ARG GO_VERSION=1.13
FROM golang:${GO_VERSION}-alpine AS builder
RUN apk add --update --no-cache ca-certificates make git curl
RUN mkdir -p /build