Upgrade to Python 3.12
This required installing `setuptools`, as Honcho implicitly depends on it
This commit is contained in:
parent
4e450f6144
commit
e9f74ec0c1
3 changed files with 4 additions and 3 deletions
|
@ -11,7 +11,7 @@ COPY ./static/src ./static/src
|
|||
RUN npm run build
|
||||
|
||||
# The actual container
|
||||
FROM python:3.11-slim as production
|
||||
FROM python:3.12-slim as production
|
||||
|
||||
ENV VIRTUAL_ENV=/venv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue