Merge pull request 'Update python Docker tag to v3.12' (#5) from renovate/python-3.x into main
Build website container / Build image (push) Successful in 3m9s
Details
Build website container / Build image (push) Successful in 3m9s
Details
Reviewed-on: #5
This commit is contained in:
commit
5b2b7420d4
|
@ -1,4 +1,4 @@
|
|||
FROM python:3.10-slim
|
||||
FROM python:3.12-slim
|
||||
COPY requirements.txt .
|
||||
RUN pip install -r requirements.txt
|
||||
EXPOSE 5000
|
||||
|
|
Loading…
Reference in New Issue