Update python Docker tag to v3.13 #13

Merged
Bluemedia merged 1 commit from renovate/python-3.x into main 2025-04-28 20:34:52 +02:00

View file

@ -1,5 +1,5 @@
# `python-base` sets up all our shared environment variables # `python-base` sets up all our shared environment variables
FROM python:3.12-slim AS python-base FROM python:3.13-slim AS python-base
# python # python
ENV PYTHONUNBUFFERED=1 \ ENV PYTHONUNBUFFERED=1 \