switch to python 3.12

This commit is contained in:
Thephaseless 2024-09-13 18:03:09 +00:00
parent 55b241a0cc
commit 7fb8a63219
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:1-3.11-bullseye FROM mcr.microsoft.com/devcontainers/python:1-3.12-bullseye
USER vscode USER vscode
RUN pipx install poetry RUN pipx install poetry

View File

@ -1,4 +1,4 @@
FROM python:3.11 FROM python:3.12
WORKDIR /app WORKDIR /app
EXPOSE 8191 EXPOSE 8191