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
committed by marcel
parent 74c9046745
commit 5c7efef307

View File

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