diff --git a/ocr/Dockerfile b/ocr/Dockerfile index 9c42064..90aa37f 100644 --- a/ocr/Dockerfile +++ b/ocr/Dockerfile @@ -4,7 +4,7 @@ # Build argument for registry (defaults to Gitea mirrors, falls back to Docker Hub) ARG REGISTRY_MIRRORS=git.motovaultpro.com/egullickson/mirrors -FROM ${REGISTRY_MIRRORS}/python:3.11-slim +FROM ${REGISTRY_MIRRORS}/python:3.13-slim # System dependencies RUN apt-get update && apt-get install -y --no-install-recommends \