From 90d5a2fc64034ad577d3c0c961d3e0a31fe5712d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 18:35:40 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9ef244e..0619969 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim +FROM python:3.14-slim # powerstat (x86 RAPL) and dmidecode are optional power helpers; on a Pi the # host's vcgencmd is mounted in (statically linked) — see docs/raspberry-pi.md.