Skip to content

Commit bbfc455

Browse files
committed
Change to python 3.13 in dockerfile
1 parent 3a2b8c5 commit bbfc455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# syntax=docker/dockerfile:1
22

3-
# Use the official UV Python base image with Python 3.11 on Debian Bookworm
3+
# Use the official UV Python base image with Python 3.13 on Debian Bookworm
44
# UV is a fast Python package manager that provides better performance than pip
55
# We use the slim variant to keep the image size smaller while still having essential tools
6-
ARG PYTHON_VERSION=3.11
6+
ARG PYTHON_VERSION=3.13
77
FROM ghcr.io/astral-sh/uv:python${PYTHON_VERSION}-bookworm-slim AS base
88

99
# Keeps Python from buffering stdout and stderr to avoid situations where

0 commit comments

Comments
 (0)