Build: Upgrades to golang 1.12.6 (#17542)

This commit is contained in:
Kyle Brandt
2019-06-13 11:08:48 +02:00
committed by Carl Bergquist
parent 6170a039e5
commit 073851f9c7
3 changed files with 17 additions and 15 deletions
+3 -1
View File
@@ -35,6 +35,8 @@ RUN apt-get update && \
curl \
git \
make \
cmake \
libssl-dev \
xz-utils && \
git clone https://github.com/tpoechtrager/osxcross.git /tmp/osxcross && \
curl -L ${OSX_SDK_URL}/${OSX_SDK}.tar.xz -o /tmp/osxcross/tarballs/${OSX_SDK}.tar.xz && \
@@ -69,7 +71,7 @@ RUN apt-get update && \
# base image to crossbuild grafana
FROM ubuntu:14.04
ENV GOVERSION=1.12.4 \
ENV GOVERSION=1.12.6 \
PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \
NODEVERSION=10.14.2
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
_version="1.2.6"
_version="1.2.7"
_tag="grafana/build-container:${_version}"
docker build -t $_tag .