mirror of
https://github.com/gojp/goreportcard.git
synced 2026-01-28 22:39:05 +08:00
Update Dockerfile to use latest golang alpine image.
`go 1.12.5` has some key performance fixes.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.12.4-alpine
|
||||
FROM golang:1.12.5-alpine
|
||||
|
||||
COPY . $GOPATH/src/github.com/gojp/goreportcard
|
||||
|
||||
|
||||
Reference in New Issue
Block a user