Merge pull request 'Update python Docker tag to v3.11.5' (#152) from renovate/python-3.x into master
All checks were successful
books / flake8 (push) Successful in 40s
books / docker (push) Successful in 47s
books / pypi (push) Successful in 49s

Reviewed-on: #152
This commit is contained in:
Michel Roux 2023-08-26 08:26:06 +00:00
commit 045e295508

View File

@ -1,4 +1,4 @@
FROM python:3.11.4
FROM python:3.11.5
COPY pynyaata /app/pynyaata
COPY requirements.txt *.py /app/