Update Dockerfile to Go 1.13.6

This commit is contained in:
Neil Alexander 2020-02-05 16:56:27 +00:00
parent 83433b8ff2
commit 3aa3cbef32

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:1.12.5-alpine3.9
FROM docker.io/golang:1.13.6-alpine
RUN mkdir /build