Update python Docker tag to v3.13

This commit is contained in:
renovate[bot]
2024-10-08 03:06:17 +00:00
committed by GitHub
parent 8aad456f3a
commit 6d8000ac76

View File

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