From 684df4d7359e3b4eabd80ae05c517b8a7175ca2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 17:32:59 +0000 Subject: [PATCH] chore(deps): update dependency conda-forge/python to v3.12.2 --- python-minimal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-minimal/Dockerfile b/python-minimal/Dockerfile index 73edf002..fd5db6ca 100644 --- a/python-minimal/Dockerfile +++ b/python-minimal/Dockerfile @@ -3,7 +3,7 @@ FROM $BASE_IMAGE LABEL maintainer="InseeFrLab " -ARG PYTHON_VERSION="3.11.6" +ARG PYTHON_VERSION="3.12.2" ENV PYTHON_VERSION=${PYTHON_VERSION} ENV MAMBA_DIR="/opt/mamba"