update debian base images

This commit is contained in:
Alexis Svinartchouk 2020-06-10 12:35:55 +02:00
parent 8bda189dc7
commit 13626a534f
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

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