Skip to content

Commit 2b9b97a

Browse files
test(deps): update dependency python to v3.13.3
1 parent 7ec93ea commit 2b9b97a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

test/Dockerfile.distro

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ RUN install-tool composer 2.8.8
173173
FROM build AS test-python
174174

175175
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
176-
RUN install-tool python 3.12.9
176+
RUN install-tool python 3.13.3
177177

178178
# renovate: datasource=pypi
179179
RUN install-tool checkov 3.2.394

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.5.0
7676

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

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.9
44+
RUN install-tool python 3.13.3
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.9
56+
RUN install-tool python 3.13.3
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.9
110+
RUN install-tool python 3.13.3
111111

112112
# renovate: datasource=pypi
113113
RUN install-tool poetry 1.8.5
@@ -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.9
200+
RUN install-tool python 3.13.3
201201

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

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.9
41+
RUN install-tool python 3.13.3
4242

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

0 commit comments

Comments
 (0)