mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-09-19 18:31:16 +00:00
Update to Python 3.12
This commit is contained in:
parent
32f5141ac7
commit
d076a19c78
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM docker.io/library/python:3.11-slim
|
||||
FROM docker.io/library/python:3.12-slim
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
|
@ -12,4 +12,4 @@ RUN pip3 install -r requirements.txt
|
|||
|
||||
COPY . .
|
||||
|
||||
CMD ["/bin/bash", "init.sh"]
|
||||
CMD ["/bin/bash", "init.sh"]
|
||||
|
|
Loading…
Reference in a new issue