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"