From e1ad8f82db3c56c336d37dae5711dcba1ffa397c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jun 2026 10:48:48 +0000 Subject: [PATCH] Update dependency conda-forge/python to v3.14.6 --- python-minimal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-minimal/Dockerfile b/python-minimal/Dockerfile index 12057afa..1d9b73f0 100644 --- a/python-minimal/Dockerfile +++ b/python-minimal/Dockerfile @@ -3,7 +3,7 @@ FROM $BASE_IMAGE SHELL ["/bin/bash", "-c"] -ARG PYTHON_VERSION="3.10.9" +ARG PYTHON_VERSION="3.14.6" ENV PYTHON_VERSION=${PYTHON_VERSION} ENV MAMBA_DIR="/opt/mamba"