Update python Docker tag to v3.14.0 #4

Merged
tidoni merged 3 commits from renovate/python-3.x into main 2025-10-18 11:23:04 +02:00

View file

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