Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(deps): Update conda (minor) - autoclosed #316

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions codeserver-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ ARG MINIFORGE_ARCH="x86_64"
# renovate: datasource=github-tags depName=conda-forge/miniforge versioning=loose
ARG MINIFORGE_VERSION=23.3.1-1
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
ARG PIP_VERSION=23.2.1
ARG PIP_VERSION=23.3.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
4 changes: 2 additions & 2 deletions jupyter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ARG MINIFORGE_ARCH="x86_64"
# renovate: datasource=github-tags depName=conda-forge/miniforge versioning=loose
ARG MINIFORGE_VERSION=23.3.1-1
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
ARG PIP_VERSION=23.2.1
ARG PIP_VERSION=23.3.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
6 changes: 3 additions & 3 deletions rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ ARG MINIFORGE_ARCH="x86_64"
# renovate: datasource=github-tags depName=conda-forge/miniforge versioning=loose
ARG MINIFORGE_VERSION=23.3.1-1
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
ARG PIP_VERSION=23.2.1
ARG PIP_VERSION=23.3.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.1+494
# renovate: datasource=conda depName=conda-forge/r-base versioning=semver
ARG R_BASE_VERSION=4.3.2
# 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