Update Dockerfile to use latest golang alpine image.

`go 1.12.5` has some key performance fixes.
This commit is contained in:
Tariq Ibrahim
2019-05-14 16:54:53 -07:00
committed by GitHub
parent 8493f90c15
commit e8d43b74dd

View File

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