chore(deps): Pin python Docker tag to 193fdd0

This commit is contained in:
renovate.bot 2025-11-25 12:22:00 +00:00
parent d9004715ca
commit 1a84e3e2b6

View file

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.11-slim@sha256:193fdd0bbcb3d2ae612bd6cc3548d2f7c78d65b549fcaa8af75624c47474444d
# Install deps
COPY requirements.txt .