Skip to content

Commit b6a0b84

Browse files
authored
Use 2.0.0rc6
1 parent a41a00a commit b6a0b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo2docker/buildpacks/conda/install-base-env.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55

66
cd $(dirname $0)
77

8-
export MAMBA_VERSION="2.0.0rc5"
8+
export MAMBA_VERSION="2.0.0rc6"
99
export CONDA_VERSION=24.7.0
1010

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

0 commit comments

Comments
 (0)