From bbfc4550446f89d78ca0d5606955e51f049f8529 Mon Sep 17 00:00:00 2001 From: Ben Cherry Date: Fri, 29 Aug 2025 11:04:25 -0700 Subject: [PATCH] Change to python 3.13 in dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 328585e..b3b9280 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ # syntax=docker/dockerfile:1 -# Use the official UV Python base image with Python 3.11 on Debian Bookworm +# Use the official UV Python base image with Python 3.13 on Debian Bookworm # UV is a fast Python package manager that provides better performance than pip # We use the slim variant to keep the image size smaller while still having essential tools -ARG PYTHON_VERSION=3.11 +ARG PYTHON_VERSION=3.13 FROM ghcr.io/astral-sh/uv:python${PYTHON_VERSION}-bookworm-slim AS base # Keeps Python from buffering stdout and stderr to avoid situations where