Skip to content

Commit

Permalink
chore(deps): update custom.miniconda dependency linux-x86_64.sh to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
anaconda-renovate[bot] committed Apr 11, 2024
1 parent 277cda2 commit 1c2a6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anaconda-pkg-build/linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8

# renovate: datasource=custom.miniconda depName=Linux-x86_64.sh
ARG INSTALLER_VERSION=py39_23.10.0-1
ARG INSTALLER_VERSION=py312_24.1.2-0

RUN curl -sSL -o /tmp/miniconda.sh \
"https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \
Expand Down
2 changes: 1 addition & 1 deletion anaconda-pkg-build/linux/cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8

# renovate: datasource=custom.miniconda depName=Linux-x86_64.sh
ARG INSTALLER_VERSION=py39_23.10.0-1
ARG INSTALLER_VERSION=py312_24.1.2-0

RUN curl -sSL -o /tmp/miniconda.sh \
"https://repo.anaconda.com/miniconda/Miniconda3-${INSTALLER_VERSION}-Linux-$(uname -m)".sh \
Expand Down

0 comments on commit 1c2a6d0

Please sign in to comment.