Skip to content

Commit

Permalink
fix(deps): Update dependency conda-forge/mamba to v1.5.8
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 Jun 20, 2024
1 parent 26ba960 commit 5a2cac0
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 @@ -12,7 +12,7 @@ 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
ARG MAMBA_VERSION=1.5.6
ARG MAMBA_VERSION=1.5.8
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
ARG PIP_VERSION=23.3.2
# renovate: datasource=conda depName=conda-forge/python versioning=semver
Expand Down
2 changes: 1 addition & 1 deletion jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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
ARG MAMBA_VERSION=1.5.6
ARG MAMBA_VERSION=1.5.8
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
ARG PIP_VERSION=23.3.2
# renovate: datasource=conda depName=conda-forge/python versioning=semver
Expand Down
2 changes: 1 addition & 1 deletion rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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
ARG MAMBA_VERSION=1.5.6
ARG MAMBA_VERSION=1.5.8
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
ARG PIP_VERSION=23.3.2
# renovate: datasource=conda depName=conda-forge/python versioning=semver
Expand Down

0 comments on commit 5a2cac0

Please sign in to comment.