Update to Python 3.11
This commit is contained in:
parent
67c4e6cfb7
commit
41a383800d
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ COPY ./static/src ./static/src
|
|||
RUN npm run build
|
||||
|
||||
# The actual container
|
||||
FROM python:3.10-slim as production
|
||||
FROM python:3.11-slim as production
|
||||
|
||||
ENV VIRTUAL_ENV=/venv
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue