From 5fca156ff23af9e22f2477ad05e56f19b9c90c88 Mon Sep 17 00:00:00 2001 From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:00:40 -0600 Subject: [PATCH] chore: upgrade OCR base image from python 3.11-slim to 3.13-slim (refs #100) Co-Authored-By: Claude Opus 4.6 --- ocr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \