From 3e1305cd18defba9b2cee56965f003d77d34fedb Mon Sep 17 00:00:00 2001 From: estebanthi Date: Sat, 18 Oct 2025 16:36:44 +0200 Subject: [PATCH] Use python version 3.13 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 534d68d..57eb58a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1 -FROM python:3.12-slim AS base +FROM python:3.13-slim AS base WORKDIR /app ENV PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1