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 Feb 4, 2025
1 parent e92e269 commit b45ed33
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.11.3-0
# renovate: datasource=conda depName=conda-forge/pip versioning=loose
ARG PIP_VERSION=23.0.1
ARG PIP_VERSION=25.0
# renovate: datasource=conda depName=conda-forge/micromamba
ARG MICROMAMBA_VERSION=1.4.1
ARG MICROMAMBA_VERSION=2.0.6

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

0 comments on commit b45ed33

Please sign in to comment.