Merge pull request 'chore(deps): Update python Docker tag to v3.14' (#3) from renovate/python-3.x into main

Reviewed-on: #3
This commit is contained in:
Robin Wieske 2025-11-25 13:39:25 +01:00
commit 622baf5089

View file

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