diff --git a/common.sh b/common.sh index 3743458..ba3ef78 100644 --- a/common.sh +++ b/common.sh @@ -1,5 +1,5 @@ # Respect overrides from environment -BIOCONDA_UTILS_TAG=${BIOCONDA_UTILS_TAG:="v3.9.2"} +BIOCONDA_UTILS_TAG=${BIOCONDA_UTILS_TAG:="v3.9.3"} MINIFORGE_VER=${MINIFORGE_VER:="25.3.1-0"} MINIFORGE_INSTALLATION_DIR=${MINIFORGE_INSTALLATION_DIR:="/opt/mambaforge"} platform=$(uname -s)