CI: Upgrade Dockerfiles wrt. Go, Node, Debian (#31407)

* CI: Upgrade Dockerfiles wrt. Go 1.16, Node, Debian

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Arve Knudsen
2021-02-24 08:52:48 +01:00
committed by GitHub
parent 4429f2cf58
commit 357cd8eb81
14 changed files with 207 additions and 204 deletions

View File

@@ -1,4 +1,4 @@
ARG BASE_IMAGE=alpine:3.12
ARG BASE_IMAGE=alpine:3.13
FROM ${BASE_IMAGE}
ARG GRAFANA_TGZ="grafana-latest.linux-x64-musl.tar.gz"

View File

@@ -60,7 +60,7 @@ docker_build () {
if [ $UBUNTU_BASE = "0" ]; then
libc="-musl"
dockerfile="Dockerfile"
base_image="${base_arch}alpine:3.12"
base_image="${base_arch}alpine:3.13"
else
libc=""
dockerfile="ubuntu.Dockerfile"