From 8b1e705a96048f1833d83bd2531859682b7cd637 Mon Sep 17 00:00:00 2001 From: vladaurosh <47857324+vladaurosh@users.noreply.github.com> Date: Sun, 8 Jun 2025 21:38:43 +0100 Subject: [PATCH] Updating base image to Alpine 3.22 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf2769c2..68ed9b72 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.21 AS builder +FROM alpine:3.22 AS builder ARG INSTALL_DIR=/app @@ -22,7 +22,7 @@ RUN pip install openwrt-luci-rpc asusrouter asyncio aiohttp graphene flask tplin RUN cat ${INSTALL_DIR}/install/freebox_certificate.pem >> /opt/venv/lib/python3.12/site-packages/aiofreepybox/freebox_certificates.pem # second stage -FROM alpine:3.21 AS runner +FROM alpine:3.22 AS runner ARG INSTALL_DIR=/app