From 36e55019197ebf5b2679a3e68cc34853cff61f22 Mon Sep 17 00:00:00 2001 From: Julien Jerphanion Date: Wed, 11 Dec 2024 16:29:50 +0100 Subject: [PATCH] Use the version of the latest conda Signed-off-by: Julien Jerphanion --- Miniforge3/construct.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Miniforge3/construct.yaml b/Miniforge3/construct.yaml index acddeb1e..ffcfbc4d 100644 --- a/Miniforge3/construct.yaml +++ b/Miniforge3/construct.yaml @@ -1,5 +1,5 @@ {% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %} -{% set version = os.environ.get("MINIFORGE_VERSION", "24.9.3-0") %} +{% set version = os.environ.get("MINIFORGE_VERSION", "24.11.0-0") %} {% set conda_libmamba_solver_version = "24.9.0"%} # when mamba_version is updated here, also update MICROMAMBA_VERSION in scripts/build.sh {% set mamba_version = "1.5.11"%}