Updated golang image version to fix docker build.

This commit is contained in:
George Oikonomou
2019-02-07 16:48:19 +00:00
parent 95d87e40b7
commit 6f86e5a2a1

View File

@@ -1,4 +1,4 @@
FROM golang:1.8-alpine
FROM golang:1.10-alpine
COPY . $GOPATH/src/github.com/gojp/goreportcard