CircleCI: Upgrade to Go 1.14.3 and Node 12.17.0 (#25215)

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2020-06-01 11:21:57 +02:00
committed by GitHub
parent e4832fa1ee
commit 01ecbae2ee
3 changed files with 4 additions and 4 deletions

View File

@ -76,10 +76,10 @@ RUN cd /tmp && \
# Use old Debian (this has support into 2022) in order to ensure binary compatibility with older glibc's.
FROM debian:stretch-20200514
ENV GOVERSION=1.14.1 \
ENV GOVERSION=1.14.3 \
PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \
NODEVERSION=12.13.0
NODEVERSION=12.17.0
ARG DEBIAN_FRONTEND=noninteractive

View File

@ -1,7 +1,7 @@
#!/bin/bash
set -eo pipefail
_version="1.2.18"
_version="1.2.19"
_tag="grafana/build-container:${_version}"
_dpath=$(dirname "${BASH_SOURCE[0]}")