From 3b296d3c975fbe03bf31964291c317c67935f1ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 22:02:45 +0000 Subject: [PATCH] Update python Docker tag to v3.12.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8049fd..4e4c617 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4 +FROM python:3.12.5 RUN pip install --no-cache-dir paho-mqtt requests