mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2025-01-18 17:07: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
|
EXPOSE 80
|
||||||
|
|
||||||
|
@ -12,4 +12,4 @@ RUN pip3 install -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
CMD ["/bin/bash", "init.sh"]
|
CMD ["/bin/bash", "init.sh"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue