Skip to content

Commit

Permalink
fix(deps): Update dependency conda-forge/python to v3.12.4
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 18, 2024
1 parent 1c73934 commit 24d7adb
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 @@ -16,7 +16,7 @@ ARG MAMBA_VERSION=1.5.6
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
ARG PIP_VERSION=23.3.2
# renovate: datasource=conda depName=conda-forge/python versioning=semver
ARG PYTHON_VERSION=3.12.3
ARG PYTHON_VERSION=3.12.4

# 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 @@ -13,7 +13,7 @@ ARG MAMBA_VERSION=1.5.6
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
ARG PIP_VERSION=23.3.2
# renovate: datasource=conda depName=conda-forge/python versioning=semver
ARG PYTHON_VERSION=3.12.3
ARG PYTHON_VERSION=3.12.4
ARG NODE_MAJOR=20

# install -- node.js
Expand Down
2 changes: 1 addition & 1 deletion rstudio/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ARG MAMBA_VERSION=1.5.6
# renovate: datasource=conda depName=conda-forge/pip versioning=semver
ARG PIP_VERSION=23.3.2
# renovate: datasource=conda depName=conda-forge/python versioning=semver
ARG PYTHON_VERSION=3.12.3
ARG PYTHON_VERSION=3.12.4
ARG RSTUDIO_ARCH="amd64"
# renovate: datasource=github-tags depName=rstudio/rstudio versioning=loose
ARG RSTUDIO_VERSION=2024.04.1+748
Expand Down

0 comments on commit 24d7adb

Please sign in to comment.