From 682dd124139731b8a0589e303888a2a2e5737e11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Feb 2026 14:53:19 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c824b0..f72db85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ # ============================================================================= # Use Python 3.11 slim as base image for smaller footprint -FROM python:3.11-slim +FROM python:3.14-slim # ----------------------------------------------------------------------------- # Environment Configuration