arm use debian buster slim.

This commit is contained in:
Miroslav Šedivý 2021-10-05 19:20:55 +02:00
parent 6b19246fec
commit cd3d45b18c

View File

@ -53,7 +53,7 @@ RUN npm run build
# #
# STAGE 3: RUNTIME # STAGE 3: RUNTIME
# #
FROM balenalib/raspberry-pi-debian:latest FROM arm32v7/debian:buster-slim
# #
# avoid warnings by switching to noninteractive # avoid warnings by switching to noninteractive