Compare commits

..

1 commit

Author SHA1 Message Date
81d23f6d6b Update python Docker tag to v3.14.1
Some checks failed
PR-Build / PR Build (push) Has been cancelled
2025-12-05 13:01:30 +00:00

View file

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