Compare commits

...

2 Commits

Author SHA1 Message Date
Mathis 5b2b7420d4 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
Reviewed-on: #5
2023-12-02 10:36:46 +00:00
Renovate Bot dfed76a295 Update python Docker tag to v3.12 2023-12-02 01:00:26 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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