Update python Docker tag to v3.14.1
Some checks failed
PR-Build / PR Build (push) Has been cancelled

This commit is contained in:
Renovate Bot 2025-12-05 13:01:30 +00:00
parent 6ac35f53b7
commit 81d23f6d6b

View file

@ -1,4 +1,4 @@
FROM python:3.14.0-slim
FROM python:3.14.1-slim
# set the working directory
WORKDIR /app