Bump Dockerfile.alpine to golang:1.14-alpine

This commit is contained in:
proton 2020-02-28 21:53:39 +01:00 committed by GitHub
parent b433acdce6
commit 5a12e35c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
FROM golang:1.13-alpine
FROM golang:1.14-alpine
# gcc is required to support cgo;
# git and mercurial are needed most times for go get`, etc.