From c35e2b3ef09a3fcf9ebea648a9719a7e2cb70519 Mon Sep 17 00:00:00 2001 From: Jake Charman Date: Fri, 10 Oct 2025 16:59:24 +0100 Subject: [PATCH] Bump Python --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8cce0f2..10f4c45 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13-bookworm +FROM python:3.14-bookworm RUN apt-get update RUN apt-get -y install apache2 apache2-dev COPY src/requirements.txt /var/www/jc/requirements.txt