Update python Docker tag to v3.14.0

This commit is contained in:
Renovate Bot 2025-10-16 03:30:40 +00:00
parent 6b7704decc
commit 80848fa281

View file

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