Skip to content

Commit

Permalink
chore(deps): update conda
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent e92e269 commit 9f324d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ USER root
# args - software versions
ARG MINIFORGE_ARCH="x86_64"
# renovate: datasource=github-tags depName=conda-forge/miniforge versioning=loose
ARG MINIFORGE_VERSION=22.11.1-4
ARG MINIFORGE_VERSION=24.7.1-2
# renovate: datasource=conda depName=conda-forge/pip versioning=loose
ARG PIP_VERSION=23.0.1
ARG PIP_VERSION=24.2
# renovate: datasource=conda depName=conda-forge/micromamba
ARG MICROMAMBA_VERSION=1.4.1
ARG MICROMAMBA_VERSION=2.0.2

# setup environment for conda
ENV CONDA_DIR /opt/conda
Expand Down

0 comments on commit 9f324d1

Please sign in to comment.