mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Build: Upgrade to go 1.12.9 (#18638)
* Build: Upgrade to go 1.12.9 * Build: Use default-mysql-client for debian buster The go base image has been updated to use Debian Buster instead of Stretch, which seems to have done away with mysql-client in favor of default-mysql-client. * Build: Update Dockerfile to use go 1.12.9 Fixes #18592
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Golang build container
|
||||
FROM golang:1.12.4
|
||||
FROM golang:1.12.9
|
||||
|
||||
WORKDIR $GOPATH/src/github.com/grafana/grafana
|
||||
|
||||
|
||||
Reference in New Issue
Block a user