Skip to content

Commit

Permalink
Update construct.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Oct 20, 2024
1 parent ecf3cc2 commit 44f4d0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Miniforge3/construct.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{% set name = os.environ.get("MINIFORGE_NAME", "Miniforge3") %}
{% set version = os.environ.get("MINIFORGE_VERSION", "24.9.1-1") %}
{% 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.10"%}
# when mamba_version is updated here, also update MICROMAMBA_VERSION in scripts/build.sh
{% set mamba_version = "2.0.2"%}

name: {{ name }}
version: {{ version }}
Expand Down

0 comments on commit 44f4d0c

Please sign in to comment.