chore(deps): Update python Docker tag to v3.14

This commit is contained in:
renovate.bot 2025-11-25 12:22:02 +00:00
parent d9004715ca
commit 2f1a1d4777

View file

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.14-slim@sha256:0aecac02dc3d4c5dbb024b753af084cafe41f5416e02193f1ce345d671ec966e
# Install deps
COPY requirements.txt .