From c01bee1f0cdb57dd2aa67423530db617862826d6 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sat, 28 Feb 2026 14:26:44 +0000 Subject: [PATCH] fix(build): Update to Python 3.13.12 (#422) Reviewed-on: https://git.tainton.uk/repos/roboluke/pulls/422 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 010078c..672f2b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.9-slim +FROM python:3.13.12-slim LABEL maintainer="Luke Tainton " USER root