From accb2c85020126159879a53587349e1c18e93138 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Sun, 19 Apr 2026 02:48:20 +0000 Subject: [PATCH] Update python Docker tag to v3.14.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f311210..81854bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ## Dockerfile for bambu.py -FROM python:3.11.7-alpine +FROM python:3.14.4-alpine LABEL maintainer="Peter Siegmund " LABEL org.opencontainers.image.source="https://git.mars3142.dev/mars3142/bambu_mqtt"