mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
CI: Upgrade Go and Node versions in CI build image (#26888)
* Upgrade Go and Node versions in CI build image Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Upgrade Dockerfile to Go 1.14.7 and Node 12.18.3 Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com> * Upgrade Dockerfile.ubuntu to Go 1.14.7 and Node 12.18.3 Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
@@ -85,10 +85,10 @@ RUN mv golangci-lint-${GOLANGCILINT_VERSION}-linux-amd64/golangci-lint /tmp/
|
||||
# Use old Debian (this has support into 2022) in order to ensure binary compatibility with older glibc's.
|
||||
FROM debian:stretch-20200607
|
||||
|
||||
ENV GOVERSION=1.14.4 \
|
||||
ENV GOVERSION=1.14.7 \
|
||||
PATH=/usr/local/go/bin:$PATH \
|
||||
GOPATH=/go \
|
||||
NODEVERSION=12.18.0-1nodesource1 \
|
||||
NODEVERSION=12.18.3-1nodesource1 \
|
||||
YARNVERSION=1.22.4-1
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -eo pipefail
|
||||
|
||||
_version="1.2.21"
|
||||
_version="1.2.22"
|
||||
_tag="grafana/build-container:${_version}"
|
||||
|
||||
_dpath=$(dirname "${BASH_SOURCE[0]}")
|
||||
|
||||
Reference in New Issue
Block a user