From 3ed42dc8dafab05538de2362144d54d296b4e890 Mon Sep 17 00:00:00 2001 From: Pi Developer Date: Sun, 25 Jan 2026 17:26:17 +0100 Subject: [PATCH] Aggiorna base image da Debian Stretch a Bullseye MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Debian Stretch è deprecato e i repository non sono più disponibili - Bullseye è la versione stable corrente e supporta le stesse architetture --- Dockerfile.multiarch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.multiarch b/Dockerfile.multiarch index 49a1c80..424d0ed 100644 --- a/Dockerfile.multiarch +++ b/Dockerfile.multiarch @@ -1,7 +1,7 @@ # Uncomment if building locally... -# FROM debian:stretch +# FROM debian:bullseye -FROM --platform=${TARGETPLATFORM:-linux/amd64} debian:stretch +FROM --platform=${TARGETPLATFORM:-linux/amd64} debian:bullseye ARG BUILD_DATE ARG VERSION