Update python Docker tag to v3.10.7 #89

Merged
Xefir merged 1 commits from renovate/python-3.x into master 2022-09-08 07:34:00 +00:00
Showing only changes of commit be868217e0 - Show all commits

View File

@ -1,4 +1,4 @@
FROM python:3.10.6-slim
FROM python:3.10.7-slim
COPY pynyaata /app/pynyaata
COPY requirements.txt *.py /app/