mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Dockerfile: Use Python 3.13 (#6028)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM python:3.11-bookworm
|
||||
FROM python:3.13-trixie
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
|
||||
Reference in New Issue
Block a user