Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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=26.3.2-3
# renovate: datasource=conda depName=conda-forge/pip versioning=loose
ARG PIP_VERSION=23.0.1
ARG PIP_VERSION=26.2.1
# renovate: datasource=conda depName=conda-forge/micromamba
ARG MICROMAMBA_VERSION=1.4.1
ARG MICROMAMBA_VERSION=2.9.0

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