RenovateBot: Update python Docker tag to v3.14

This commit is contained in:
Renovate 2025-10-08 04:07:55 +00:00
parent 3ed5c9c9e7
commit 02ede0fde9

View file

@ -1,4 +1,4 @@
FROM python:3.13
FROM python:3.14
ADD . /mat2-web
WORKDIR /mat2-web
RUN apt-get update \