File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ ENV LANGUAGE en_US:en
8484ENV LC_ALL en_US.UTF-8
8585
8686# renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh
87- ARG INSTALLER_VERSION=py312_25.1.1-0
87+ ARG INSTALLER_VERSION=py312_25.1.1-1
8888
8989RUN curl -sSL -o /tmp/miniconda.sh \
9090 "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)" .sh \
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en
8080ENV LC_ALL en_US.UTF-8
8181
8282# renovate: datasource=custom.miniconda_installer depName=Linux-x86_64.sh
83- ARG INSTALLER_VERSION=py312_25.1.1-0
83+ ARG INSTALLER_VERSION=py312_25.1.1-1
8484
8585RUN curl -sSL -o /tmp/miniconda.sh \
8686 "https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)" .sh \
Original file line number Diff line number Diff line change @@ -28,14 +28,14 @@ CMD [ "/bin/bash" ]
2828
2929# Leave these args here to better use the Docker build cache
3030# renovate: datasource=custom.miniconda_installer
31- ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-0 -Linux-x86_64.sh"
32- ARG SHA256SUM_LINUX64="832de27a5a35b7963f0d83466abada3eb138e51985255f190e0dc350427a9dd1 "
31+ ARG INSTALLER_URL_LINUX64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-1 -Linux-x86_64.sh"
32+ ARG SHA256SUM_LINUX64="2cc524b9b47b268e1a3ecca1f7f3c1bb4142f42a10001c88fb69c6664ca8a9a6 "
3333# renovate: datasource=custom.miniconda_installer
34- ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-0 -Linux-s390x.sh"
35- ARG SHA256SUM_S390X="fa0b443ea73c71abd29eb51212c7b032d5089cbb2761aa07f91668b903a2a575 "
34+ ARG INSTALLER_URL_S390X="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-1 -Linux-s390x.sh"
35+ ARG SHA256SUM_S390X="f644f5c18985078e6cd1af9c517f9634dbb3199a86f75eb90a9fb303289ebf0b "
3636# renovate: datasource=custom.miniconda_installer
37- ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-0 -Linux-aarch64.sh"
38- ARG SHA256SUM_AARCH64="ae9d3ea83df97e78fd51c452d0bc75005a28d504c22db6f1000822293f916b54 "
37+ ARG INSTALLER_URL_AARCH64="https://repo.anaconda.com/miniconda/Miniconda3-py312_25.1.1-1 -Linux-aarch64.sh"
38+ ARG SHA256SUM_AARCH64="c8a2112c5ed07196a0e7cf0682ff39c9a28eac5862df49659af7d4f6906efa70 "
3939
4040RUN set -x && \
4141 UNAME_M="$(uname -m)" && \
You can’t perform that action at this time.
0 commit comments