From 290818b9d71525dc2f63faa3a18d81d147aff373 Mon Sep 17 00:00:00 2001 From: modem7 Date: Mon, 23 Mar 2026 09:12:26 +0000 Subject: [PATCH] Update Python base image version in Dockerfile --- base-fullbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-fullbuild/Dockerfile b/base-fullbuild/Dockerfile index 23ebb9a..f4c5d39 100755 --- a/base-fullbuild/Dockerfile +++ b/base-fullbuild/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:latest -FROM python:3.14.3-alpine3.22 AS base +FROM python:3.14-alpine3.23 AS base ARG TARGETARCH LABEL maintainer='modem7'