From e243938a2b39c193ebe305e2f0fd1be942925a1e Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sat, 28 Feb 2026 14:26:44 +0000 Subject: [PATCH] build(docker): 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