From 8c627c3c92dea9fa2a92e9ed4ca956b1d6816c30 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:41:04 +0000 Subject: [PATCH] Update python Docker tag to v3.14.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f251dbce..d8611105 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG BASE_IMAGE=python:3.14.3-alpine3.23 +ARG BASE_IMAGE=python:3.14.4-alpine3.23 ############################################################################### FROM ${BASE_IMAGE} AS init