upgrade to golang 1.11.4

This commit is contained in:
bergquist
2018-12-17 14:25:47 +01:00
parent 3efaf52049
commit 17f8be90ae
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
# Golang build container
FROM golang:1.11
FROM golang:1.11.4
WORKDIR $GOPATH/src/github.com/grafana/grafana