Build Docker images with Python 3.12

Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
Joe Groocock 2023-11-21 15:12:28 +00:00
parent 8d5c1fe921
commit 3c87a35502
No known key found for this signature in database
GPG Key ID: A5571FCDC53ADDE6
2 changed files with 2 additions and 1 deletions

1
changelog.d/16671.docker Normal file
View File

@ -0,0 +1 @@
Build Docker image with Python 3.12.

View File

@ -20,7 +20,7 @@
# `poetry export | pip install -r /dev/stdin`, but beware: we have experienced bugs in
# in `poetry export` in the past.
ARG PYTHON_VERSION=3.11
ARG PYTHON_VERSION=3.12
###
### Stage 0: generate requirements.txt