Update runtime to Python 3.12
All checks were successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Oliver Traber 2025-02-02 21:07:50 +01:00
parent b132591730
commit 6da948ff33
Signed by: Bluemedia
GPG key ID: C0674B105057136C

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.11-slim as python-base FROM python:3.12-slim as python-base
# python # python
ENV PYTHONUNBUFFERED=1 \ ENV PYTHONUNBUFFERED=1 \