⬆️ Update python Docker tag to v3.13 (#1096)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-05 21:46:26 +02:00 committed by GitHub
commit 8b5a48f4ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@
# Optionally build the image yourself with:
# docker build -t basnijholt/adaptive-lighting:latest .
FROM python:3.12-bookworm
FROM python:3.13-bookworm
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \