Skip to content

Commit 2fbe203

Browse files
test(deps): update dependency python to v3.14.3 (main) (#5901)
test(deps): update dependency python to v3.14.3 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 832ef9a commit 2fbe203

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

test/Dockerfile.distro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ RUN install-tool composer 2.9.5
189189
FROM build AS test-python
190190

191191
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
192-
RUN install-tool python 3.14.2
192+
RUN install-tool python 3.14.3
193193

194194
# renovate: datasource=pypi
195195
RUN install-tool checkov 3.2.500

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

7777
# renovate: datasource=github-releases depName=python packageName=containerbase/python-prebuild
78-
ARG PYTHON_VERSION=3.14.2
78+
ARG PYTHON_VERSION=3.14.3
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.14.2
44+
RUN install-tool python 3.14.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.14.2
56+
RUN install-tool python 3.14.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.14.2
110+
RUN install-tool python 3.14.3
111111

112112
# renovate: datasource=pypi
113113
RUN install-tool poetry 2.3.2
@@ -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.14.2
207+
RUN install-tool python 3.14.3
208208

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

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

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

0 commit comments

Comments
 (0)