Skip to content

Commit

Permalink
Merge pull request #478 from camptocamp/renovate/master-all-minor-ver…
Browse files Browse the repository at this point in the history
…sions

Update python Docker tag to v3.11.0 (master)
  • Loading branch information
sbrunner authored Nov 16, 2022
2 parents 12f8751 + ff28c75 commit adb717c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 33 deletions.
8 changes: 7 additions & 1 deletion acceptance_tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
FROM python:3.10.8 as base-all
FROM python:3.11.0 as base-all
LABEL maintainer "[email protected]"

# Fail on error on pipe, see: https://github.com/hadolint/hadolint/wiki/DL4006.
# Treat unset variables as an error when substituting.
# Print commands and their arguments as they are executed.
SHELL ["/bin/bash", "-o", "pipefail", "-cux"]

# Workeround for newer version of setuptools
ENV SETUPTOOLS_USE_DISTUTILS=stdlib

RUN --mount=type=cache,target=/var/lib/apt/lists \
--mount=type=cache,target=/var/cache,sharing=locked \
apt-get update \
Expand Down
33 changes: 2 additions & 31 deletions acceptance_tests/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion acceptance_tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = 'Not used'
authors = []

[tool.poetry.dependencies]
python = ">=3.10,<3.11"
python = ">=3.11,<3.12"

[tool.poetry.dev-dependencies]
c2cwsgiutils = { extras = ["standard"], version = "==5.1.5" }
Expand Down

0 comments on commit adb717c

Please sign in to comment.