From 9e48b6211b0996c8f7d286f02e280601eb5c6ff5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 23:33:15 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- docker/python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/python/Dockerfile b/docker/python/Dockerfile index 06a1acf..3f90c6d 100644 --- a/docker/python/Dockerfile +++ b/docker/python/Dockerfile @@ -1,6 +1,6 @@ # Customized from: https://github.com/orgs/python-poetry/discussions/1879#discussioncomment-216865 -FROM python:3.11-slim as python-base +FROM python:3.14-slim as python-base # python ENV PYTHONUNBUFFERED=1 \