fix(ocr): pin Dockerfile base image to python:3.11.9-slim for reproducible builds

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-04-14 15:24:44 +02:00
parent fdae60a528
commit 29b44e3f48

View File

@@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.11.9-slim
WORKDIR /app