Skip to content

Commit

Permalink
feat(deps): Update conda
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 Oct 17, 2023
1 parent ba45f46 commit 953e347
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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=23.3.1-1
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
ARG PIP_VERSION=23.2.1
# renovate: datasource=conda depName=conda-forge/python versioning=semver
ARG PYTHON_VERSION=3.11.6
ARG PYTHON_VERSION=3.12.0

# update - ensure apt packages are always updated
RUN export DEBIAN_FRONTEND=noninteractive \
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=23.3.1-1
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
ARG PIP_VERSION=23.2.1
# renovate: datasource=conda depName=conda-forge/python versioning=semver
ARG PYTHON_VERSION=3.11.6
ARG PYTHON_VERSION=3.12.0
ARG NODE_MAJOR=20

# install -- node.js
Expand Down
4 changes: 2 additions & 2 deletions rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ ARG MINIFORGE_VERSION=23.3.1-1
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
ARG PIP_VERSION=23.2.1
# renovate: datasource=conda depName=conda-forge/python versioning=semver
ARG PYTHON_VERSION=3.11.6
ARG PYTHON_VERSION=3.12.0
ARG RSTUDIO_ARCH="amd64"
# renovate: datasource=github-tags depName=rstudio/rstudio versioning=loose
ARG RSTUDIO_VERSION=2023.09.0+463
# renovate: datasource=conda depName=conda-forge/r-base versioning=semver
ARG R_BASE_VERSION=4.3.1
# renovate: datasource=conda depName=conda-forge/r-reticulate versioning=semver
ARG R_RETICULATE_VERSION=1.32.0
ARG R_RETICULATE_VERSION=1.34.0
# renovate: datasource=conda depName=conda-forge/r-png versioning=loose
ARG R_PNG_VERSION=0.1_8

Expand Down

0 comments on commit 953e347

Please sign in to comment.