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

test(deps): update dependency python to v3.13.2 (main) #3399

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion test/Dockerfile.distro
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ RUN install-tool composer 2.8.6
FROM build AS test-python

# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.12.9
RUN install-tool python 3.13.2

# renovate: datasource=pypi
RUN install-tool checkov 3.2.378
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ RUN set -ex; [ $(stat --format '%u' "/usr/local/bin/php") -eq ${USER_ID} ]
RUN install-tool powershell v7.5.0

# renovate: datasource=github-releases depName=python packageName=containerbase/python-prebuild
ARG PYTHON_VERSION=3.12.9
ARG PYTHON_VERSION=3.13.2
RUN install-tool python
RUN set -ex; [ $(stat --format '%u' "/usr/local/bin/python") -eq ${USER_ID} ]

Expand Down
8 changes: 4 additions & 4 deletions test/python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ FROM base AS build

# Python
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.12.9
RUN install-tool python 3.13.2

#--------------------------------------
# build-rootless
Expand All @@ -53,7 +53,7 @@ RUN prepare-tool python conan
USER 12021

# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.12.9
RUN install-tool python 3.13.2

#--------------------------------------
# build: pipenv
Expand Down Expand Up @@ -107,7 +107,7 @@ FROM build-rootless AS test-poetry-a

# try install again, sould skip
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.12.9
RUN install-tool python 3.13.2

# renovate: datasource=pypi
RUN install-tool poetry 1.8.5
Expand Down Expand Up @@ -197,7 +197,7 @@ RUN install-tool python 3.8.13

# make as latest
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.12.9
RUN install-tool python 3.13.2

# renovate: datasource=pypi
RUN install-tool pipenv 2024.4.1
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
FROM base AS test-python

# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.12.9
RUN install-tool python 3.13.2

#--------------------------------------
# Image: checkov
Expand Down
Loading