Skip to content

Commit

Permalink
feat(deps): Update dependency conda-forge/miniforge to v24.3.0-0
Browse files Browse the repository at this point in the history
Signed-off-by: plural-renovate[bot]@users.noreply.github.com
  • Loading branch information
plural-renovate[bot] committed Apr 27, 2024
1 parent bd4b7c4 commit 5e401e2
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 @@ -8,7 +8,7 @@ ARG CODESERVER_GITLENS_VERSION=14.4.1
ARG CODESERVER_GIT_GRAPH_VERSION=1.30.0
ARG MINIFORGE_ARCH="x86_64"
# renovate: datasource=github-tags depName=conda-forge/miniforge versioning=loose
ARG MINIFORGE_VERSION=24.1.2-0
ARG MINIFORGE_VERSION=24.3.0-0
# renovate: datasource=conda depName=conda-forge/conda versioning=semver
ARG CONDA_VERSION=23.11.0
# renovate: datasource=conda depName=conda-forge/mamba versioning=semver
Expand Down
2 changes: 1 addition & 1 deletion jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USER root
# args - software versions
ARG MINIFORGE_ARCH="x86_64"
# renovate: datasource=github-tags depName=conda-forge/miniforge versioning=loose
ARG MINIFORGE_VERSION=24.1.2-0
ARG MINIFORGE_VERSION=24.3.0-0
# renovate: datasource=conda depName=conda-forge/conda versioning=semver
ARG CONDA_VERSION=23.11.0
# renovate: datasource=conda depName=conda-forge/mamba versioning=semver
Expand Down
2 changes: 1 addition & 1 deletion rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ USER root
# args - software versions
ARG MINIFORGE_ARCH="x86_64"
# renovate: datasource=github-tags depName=conda-forge/miniforge versioning=loose
ARG MINIFORGE_VERSION=24.1.2-0
ARG MINIFORGE_VERSION=24.3.0-0
# renovate: datasource=conda depName=conda-forge/conda versioning=semver
ARG CONDA_VERSION=23.11.0
# renovate: datasource=conda depName=conda-forge/mamba versioning=semver
Expand Down

0 comments on commit 5e401e2

Please sign in to comment.