From 13e39bc3c1cf3d630bd7661a7374bfa6033b02b6 Mon Sep 17 00:00:00 2001 From: Luke Tainton Date: Sat, 28 Feb 2026 14:25:21 +0000 Subject: [PATCH] build(docker): Update to Python 3.13.12 --- 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