Update dependency python to v3.10.4

This commit is contained in:
Michel Roux 2022-03-25 00:29:11 +00:00
parent eb2406d6f9
commit 72f3aaa6fc

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