Skip to content

Commit 274ba64

Browse files
test(deps): update dependency python to v3.14.0
1 parent 611f3ea commit 274ba64

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ RUN install-tool composer 2.8.12
179179
FROM build AS test-python
180180

181181
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
182-
RUN install-tool python 3.13.9
182+
RUN install-tool python 3.14.0
183183

184184
# renovate: datasource=pypi
185185
RUN install-tool checkov 3.2.483

test/latest/Dockerfile

Lines changed: 1 addition & 1 deletion
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.3
7676

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

test/python/Dockerfile

Lines changed: 4 additions & 4 deletions
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.13.9
44+
RUN install-tool python 3.14.0
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.13.9
56+
RUN install-tool python 3.14.0
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.13.9
110+
RUN install-tool python 3.14.0
111111

112112
# renovate: datasource=pypi
113113
RUN install-tool poetry 2.2.1
@@ -204,7 +204,7 @@ RUN install-tool python 3.10.17
204204

205205
# make as latest
206206
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
207-
RUN install-tool python 3.13.9
207+
RUN install-tool python 3.14.0
208208

209209
# renovate: datasource=pypi
210210
RUN install-tool pipenv 2025.0.4

test/python/Dockerfile.arm64

Lines changed: 1 addition & 1 deletion
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.13.9
41+
RUN install-tool python 3.14.0
4242

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

0 commit comments

Comments
 (0)