From ff4b1a16a2944f1a4bdc1cc1e5f0b9375d6d1760 Mon Sep 17 00:00:00 2001 From: jokob-sk Date: Thu, 30 May 2024 17:32:17 +1000 Subject: [PATCH] Alpine 3.19 rollback --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6ddaffe1..2300d1f4 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.20 as builder +FROM alpine:3.19 as builder ARG INSTALL_DIR=/app @@ -19,7 +19,7 @@ RUN pip install requests paho-mqtt scapy cron-converter pytz json2table dhcp-lea && bash -c "find ${INSTALL_DIR} -type f \( -name '*.sh' -o -name '*.py' -o -name 'speedtest-cli' \) -exec chmod 750 {} \;" # second stage -FROM alpine:3.20 as runner +FROM alpine:3.19 as runner ARG INSTALL_DIR=/app