upgrade to Python 3.12
This includes only the most basic steps of the upgrade, to make the existing code run with Python 3.12. No refactoring to make use of new features is included.
This commit is contained in:
parent
79068f2f10
commit
6d0c61fceb
5 changed files with 197 additions and 221 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/library/python:3.11-alpine
|
||||
FROM docker.io/library/python:3.12-alpine
|
||||
|
||||
RUN apk update --no-cache \
|
||||
&& apk upgrade --no-cache \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue