From d174179aa60356d7c5c63e9e3cd435d9f519efc8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 12:17:45 +0000 Subject: [PATCH] chore(deps): update dependency conda-forge/python to v3.12.6 --- python-minimal/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-minimal/Dockerfile b/python-minimal/Dockerfile index fb742957..36df7ff6 100644 --- a/python-minimal/Dockerfile +++ b/python-minimal/Dockerfile @@ -3,7 +3,7 @@ FROM $BASE_IMAGE LABEL maintainer="InseeFrLab " -ARG PYTHON_VERSION="3.12.5" +ARG PYTHON_VERSION="3.12.6" ENV PYTHON_VERSION=${PYTHON_VERSION} ENV CONDA_DIR="/opt/conda"