use the latest alpine image that uses go 1.11

This commit is contained in:
tariqibrahim
2019-02-21 22:25:29 -08:00
parent f0d0f6c596
commit 5f21399bb8

View File

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