From 1ffa7f927b608e53b5077ac1aa07010789d5c856 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Tue, 7 Oct 2025 21:46:12 +0000 Subject: [PATCH] Update python Docker tag to v3.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc4e301..3eb924e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-slim +FROM python:3.14-slim LABEL maintainer="Luke Tainton " WORKDIR /home COPY . .