Update python Docker tag to v3.14.2 #11

Merged
tidoni merged 2 commits from renovate/python-3.x into main 2025-12-25 23:16:40 +01:00
Showing only changes of commit a3be3c43b1 - Show all commits

View file

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