Skip to content

Commit

Permalink
test(deps): update dependency python to v3.11.6 (#1535)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 3, 2023
1 parent fc8aab4 commit 89cb8e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion test/Dockerfile.jammy
Expand Up @@ -133,7 +133,7 @@ RUN install-tool composer 2.6.4
FROM build as test-python

# renovate: datasource=github-releases packageName=containerbase/python-prebuild
RUN install-tool python 3.11.5
RUN install-tool python 3.11.6
# renovate: datasource=pypi
RUN install-tool pipenv 2023.9.8
# renovate: datasource=pypi
Expand Down
2 changes: 1 addition & 1 deletion test/latest/Dockerfile
Expand Up @@ -59,7 +59,7 @@ RUN set -ex; [ $(stat --format '%u' "/usr/local/bin/php") -eq ${USER_ID} ]
RUN install-tool powershell v7.3.7

# renovate: datasource=github-releases depName=python packageName=containerbase/python-prebuild
ARG PYTHON_VERSION=3.11.5
ARG PYTHON_VERSION=3.11.6
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
Expand Up @@ -25,7 +25,7 @@ FROM base as build

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

#--------------------------------------
# build-rootless
Expand All @@ -37,7 +37,7 @@ RUN prepare-tool python
USER 1000

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

#--------------------------------------
# build: pipenv
Expand Down Expand Up @@ -66,7 +66,7 @@ FROM build as test-poetry-a

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

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

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

# renovate: datasource=pypi
RUN install-tool pipenv 2023.9.8
Expand Down
2 changes: 1 addition & 1 deletion test/python/Dockerfile.arm64
Expand Up @@ -22,7 +22,7 @@ RUN install-containerbase
FROM base as test-python

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

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

0 comments on commit 89cb8e1

Please sign in to comment.