From d6a7349593b0e4b9bc49501343d9e0c9fc49532c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 20 Jan 2022 03:56:45 +0000 Subject: [PATCH] Update python Docker tag to v3.10 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1b42ab9..cabcf72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8-alpine +FROM python:3.10-alpine COPY requirements.txt /app/ COPY aaisp2mqtt.py /app/