mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-13 04:52:57 +00:00
Up miniforge to 4.10.3-2
This commit is contained in:
@@ -22,9 +22,9 @@ USER root
|
||||
# (ARGS are in lower case to distinguish them from ENV)
|
||||
# Check https://github.com/conda-forge/miniforge/releases
|
||||
# Conda version
|
||||
ARG conda_version="4.10.2"
|
||||
ARG conda_version="4.10.3"
|
||||
# Miniforge installer patch version
|
||||
ARG miniforge_patch_number="0"
|
||||
ARG miniforge_patch_number="2"
|
||||
# Package Manager and Python implementation to use (https://github.com/conda-forge/miniforge)
|
||||
# - conda only: either Miniforge3 to use Python or Miniforge-pypy3 to use PyPy
|
||||
# - conda + mamba: either Mambaforge to use Python or Mambaforge-pypy3 to use PyPy
|
||||
|
Reference in New Issue
Block a user