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 && \