Skip to content

Commit

Permalink
feat(deps): Update dependency conda-forge/conda to v24
Browse files Browse the repository at this point in the history
BREAKING CHANGE: major release of conda-forge/conda
  • Loading branch information
plural-renovate[bot] committed Jun 20, 2024
1 parent e4e4721 commit bb392c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion codeserver-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ARG MINIFORGE_ARCH="x86_64"
# renovate: datasource=github-tags depName=conda-forge/miniforge versioning=loose
ARG MINIFORGE_VERSION=24.3.0-0
# renovate: datasource=conda depName=conda-forge/conda versioning=semver
ARG CONDA_VERSION=23.11.0
ARG CONDA_VERSION=24.5.0
# renovate: datasource=conda depName=conda-forge/mamba versioning=semver
ARG MAMBA_VERSION=1.5.6
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
Expand Down
2 changes: 1 addition & 1 deletion jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG MINIFORGE_ARCH="x86_64"
# renovate: datasource=github-tags depName=conda-forge/miniforge versioning=loose
ARG MINIFORGE_VERSION=24.3.0-0
# renovate: datasource=conda depName=conda-forge/conda versioning=semver
ARG CONDA_VERSION=23.11.0
ARG CONDA_VERSION=24.5.0
# renovate: datasource=conda depName=conda-forge/mamba versioning=semver
ARG MAMBA_VERSION=1.5.6
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
Expand Down
2 changes: 1 addition & 1 deletion rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG MINIFORGE_ARCH="x86_64"
# renovate: datasource=github-tags depName=conda-forge/miniforge versioning=loose
ARG MINIFORGE_VERSION=24.3.0-0
# renovate: datasource=conda depName=conda-forge/conda versioning=semver
ARG CONDA_VERSION=23.11.0
ARG CONDA_VERSION=24.5.0
# renovate: datasource=conda depName=conda-forge/mamba versioning=semver
ARG MAMBA_VERSION=1.5.6
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
Expand Down

0 comments on commit bb392c3

Please sign in to comment.