From a6ce4479205ce7b0b784a45ffd61920fca751b41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 01:10:17 +0000 Subject: [PATCH] Update python Docker tag to v3.14.3 --- base-fullbuild/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base-fullbuild/Dockerfile b/base-fullbuild/Dockerfile index dbf408a..23ebb9a 100755 --- a/base-fullbuild/Dockerfile +++ b/base-fullbuild/Dockerfile @@ -1,6 +1,6 @@ # syntax = docker/dockerfile:latest -FROM python:3.14.2-alpine3.22 AS base +FROM python:3.14.3-alpine3.22 AS base ARG TARGETARCH LABEL maintainer='modem7'