From 0385c154480c3eca27c53b850fa2e10e01a7641f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 15:55:46 +0000 Subject: [PATCH] chore(deps): update dependency conda-forge/python to v3.12.3 --- python-minimal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-minimal/Dockerfile b/python-minimal/Dockerfile index fd5db6ca..081516c5 100644 --- a/python-minimal/Dockerfile +++ b/python-minimal/Dockerfile @@ -3,7 +3,7 @@ FROM $BASE_IMAGE LABEL maintainer="InseeFrLab " -ARG PYTHON_VERSION="3.12.2" +ARG PYTHON_VERSION="3.12.3" ENV PYTHON_VERSION=${PYTHON_VERSION} ENV MAMBA_DIR="/opt/mamba"