CI: Update grafana/build-container version (#41191)

* Update node and yarn versions

* Update drone yaml
This commit is contained in:
Dimitris Sotirakis
2021-11-02 15:52:16 +02:00
committed by GitHub
parent cb948d10e0
commit d85b4dc7a8
4 changed files with 191 additions and 191 deletions

View File

@@ -113,8 +113,8 @@ FROM debian:stretch-20210208
ENV GOVERSION=1.17 \
PATH=/usr/local/go/bin:$PATH \
GOPATH=/go \
NODEVERSION=14.17.6-1nodesource1 \
YARNVERSION=3.1.0-rc.5
NODEVERSION=14.18.1-1nodesource1 \
YARNVERSION=1.22.15-1
# Use ARG so as not to persist environment variable in image
ARG DEBIAN_FRONTEND=noninteractive

View File

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