From 13626a534f7aab131b590527d4de501f30a1f071 Mon Sep 17 00:00:00 2001 From: Alexis Svinartchouk Date: Wed, 10 Jun 2020 12:35:55 +0200 Subject: [PATCH] update debian base images --- Dockerfile | 2 +- etcher-pro-monitoring/benchmark/Dockerfile.template | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 08acf038..fadd0eb1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM balenalib/aarch64-debian-node:12-buster-build as builder +FROM balenalib/aarch64-debian-node:12.16-buster-build as builder RUN apt-get update RUN apt-get install python diff --git a/etcher-pro-monitoring/benchmark/Dockerfile.template b/etcher-pro-monitoring/benchmark/Dockerfile.template index ecd07aec..4a53d860 100644 --- a/etcher-pro-monitoring/benchmark/Dockerfile.template +++ b/etcher-pro-monitoring/benchmark/Dockerfile.template @@ -1,4 +1,4 @@ -FROM balenalib/%%BALENA_MACHINE_NAME%%-debian-node:12.6-buster-build as builder +FROM balenalib/%%BALENA_MACHINE_NAME%%-debian-node:12.18-buster-build as builder RUN apt-get update RUN apt-get install -yq --no-install-recommends git curl python # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=923479 @@ -21,7 +21,7 @@ RUN \ npm i && \ rm -rf node_modules/ext2fs/deps node_modules/ext2fs/test -FROM balenalib/%%BALENA_MACHINE_NAME%%-debian-node:12.6-buster +FROM balenalib/%%BALENA_MACHINE_NAME%%-debian-node:12.18-buster RUN \ apt-get update && \ apt-get install -y stress htop dcfldd && \