From a123886aeaa8945445560b3e7939099a413c9a4d Mon Sep 17 00:00:00 2001 From: g* Date: Wed, 19 Nov 2025 15:28:24 +0100 Subject: [PATCH] Require higher python. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3d3179..c8266b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-slim AS builder +FROM python:3.13-slim AS builder WORKDIR /app COPY pyproject.toml . RUN pip install --no-cache-dir .