Skip to content

Commit 4693ea6

Browse files
test(deps): update dependency python to v3.13.1
1 parent c2a72c6 commit 4693ea6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Diff for: test/Dockerfile.distro

+1-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ RUN install-tool composer 2.8.3
161161
FROM build AS test-python
162162

163163
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
164-
RUN install-tool python 3.12.8
164+
RUN install-tool python 3.13.1
165165

166166
# renovate: datasource=pypi
167167
RUN install-tool checkov 3.2.324

Diff for: test/latest/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ RUN set -ex; [ $(stat --format '%u' "/usr/local/bin/php") -eq ${USER_ID} ]
7575
RUN install-tool powershell v7.4.6
7676

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

Diff for: test/python/Dockerfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ FROM base AS build
4141

4242
# Python
4343
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
44-
RUN install-tool python 3.12.8
44+
RUN install-tool python 3.13.1
4545

4646
#--------------------------------------
4747
# build-rootless
@@ -53,7 +53,7 @@ RUN prepare-tool python conan
5353
USER 12021
5454

5555
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
56-
RUN install-tool python 3.12.8
56+
RUN install-tool python 3.13.1
5757

5858
#--------------------------------------
5959
# build: pipenv
@@ -107,7 +107,7 @@ FROM build-rootless AS test-poetry-a
107107

108108
# try install again, sould skip
109109
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
110-
RUN install-tool python 3.12.8
110+
RUN install-tool python 3.13.1
111111

112112
# renovate: datasource=pypi
113113
RUN install-tool poetry 1.8.4
@@ -197,7 +197,7 @@ RUN install-tool python 3.8.13
197197

198198
# make as latest
199199
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
200-
RUN install-tool python 3.12.8
200+
RUN install-tool python 3.13.1
201201

202202
# renovate: datasource=pypi
203203
RUN install-tool pipenv 2024.4.0

Diff for: test/python/Dockerfile.arm64

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ARG CONTAINERBASE_LOG_LEVEL
3838
FROM base AS test-python
3939

4040
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
41-
RUN install-tool python 3.12.8
41+
RUN install-tool python 3.13.1
4242

4343
#--------------------------------------
4444
# Image: checkov

0 commit comments

Comments
 (0)