We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a2b8c5 + bbfc455 commit f998059Copy full SHA for f998059
Dockerfile
@@ -1,9 +1,9 @@
1
# syntax=docker/dockerfile:1
2
3
-# 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
4
# UV is a fast Python package manager that provides better performance than pip
5
# We use the slim variant to keep the image size smaller while still having essential tools
6
-ARG PYTHON_VERSION=3.11
+ARG PYTHON_VERSION=3.13
7
FROM ghcr.io/astral-sh/uv:python${PYTHON_VERSION}-bookworm-slim AS base
8
9
# Keeps Python from buffering stdout and stderr to avoid situations where
0 commit comments