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

This commit is contained in:
Renovate Bot 2025-12-13 12:10:32 +00:00
parent 6ac35f53b7
commit a3be3c43b1

View file

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