Skip to content

Commit f998059

Browse files
authored
Merge pull request #19 from livekit-examples/bcherry/python3.13
Change to python 3.13 in dockerfile
2 parents 3a2b8c5 + bbfc455 commit f998059

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)