Update python Docker tag to v3.13
All checks were successful
ci/woodpecker/push/docker Pipeline was successful

This commit is contained in:
Renovate Bot 2025-04-28 18:24:22 +00:00
parent bff04a1a8d
commit 7c29e2e7ef

View file

@ -1,5 +1,5 @@
# `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
ENV PYTHONUNBUFFERED=1 \