Up miniforge to 4.10.3-2

This commit is contained in:
Ayaz Salikhov
2021-07-25 17:47:17 +03:00
parent c44cb5cd96
commit 820ed615e8

View File

@@ -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