Build: Upgrade go to 1.12.10 (#19499)

Fixes #19451
This commit is contained in:
Marcus Efraimsson
2019-09-30 15:41:25 +02:00
committed by GitHub
parent 3866814ea9
commit d65a3318ab
4 changed files with 16 additions and 16 deletions

View File

@ -71,7 +71,7 @@ RUN apt-get update && \
# base image to crossbuild grafana
FROM ubuntu:14.04
ENV GOVERSION=1.12.9 \
ENV GOVERSION=1.12.10 \
PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \
NODEVERSION=10.14.2

View File

@ -1,6 +1,6 @@
#!/bin/bash
_version="1.2.8"
_version="1.2.9"
_tag="grafana/build-container:${_version}"
docker build -t $_tag .