mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
switch to python 3.12
This commit is contained in:
parent
55b241a0cc
commit
7fb8a63219
@ -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
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM python:3.11
|
FROM python:3.12
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 8191
|
EXPOSE 8191
|
||||||
|
Loading…
x
Reference in New Issue
Block a user