Build Docker images with Python 3.12
Signed-off-by: Joe Groocock <me@frebib.net>
This commit is contained in:
parent
8d5c1fe921
commit
3c87a35502
|
@ -0,0 +1 @@
|
|||
Build Docker image with Python 3.12.
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue