Update python Docker tag to v3.11

This commit is contained in:
renovate[bot]
2022-11-20 09:33:05 +00:00
committed by GitHub
parent ad84d9129f
commit f0a38b8e0a

View File

@@ -1,4 +1,4 @@
FROM python:3.10-alpine
FROM python:3.11-alpine
COPY requirements.txt /app/
COPY aaisp2mqtt.py /app/