Skip to content

Commit

Permalink
Use conda 24.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjerphan authored Aug 21, 2024
1 parent b6936ab commit 39d0dd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo2docker/buildpacks/conda/install-base-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -ex
cd $(dirname $0)

export MAMBA_VERSION="2.0.0rc2"
export CONDA_VERSION=24.7.1
export CONDA_VERSION=24.7.0

URL="https://anaconda.org/conda-forge/micromamba/${MAMBA_VERSION}/download/${CONDA_PLATFORM}/micromamba-${MAMBA_VERSION}-0.tar.bz2"

Expand Down

0 comments on commit 39d0dd5

Please sign in to comment.