From 667b3b6262b3b456dce57d5c572cbfc66d23e52a Mon Sep 17 00:00:00 2001 From: vladaurosh <47857324+vladaurosh@users.noreply.github.com> Date: Tue, 28 May 2024 01:42:50 +0100 Subject: [PATCH 1/2] Update base docker image to alpine 3.20 Updating base docker image to alpine 3.20 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2300d1f4..6ddaffe1 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19 as builder +FROM alpine:3.20 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.19 as runner +FROM alpine:3.20 as runner ARG INSTALL_DIR=/app From d604591162f311bf4fdded08945f7efed3d0f6f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 11:53:58 +0000 Subject: [PATCH 2/2] =?UTF-8?q?[=F0=9F=A4=96Automation]=20Update=20README?= =?UTF-8?q?=20with=20sponsors=20information?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit