Merge pull request #6 from readur/renovate/rust-1.x

chore(deps): update rust docker tag to v1.87
This commit is contained in:
Jon Fuller 2025-06-22 17:45:39 -07:00 committed by GitHub
commit ac0a7ea70d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ COPY frontend ./
RUN npm run build
# --- Backend build stage ---
FROM rust:1.85-bookworm as backend-builder
FROM rust:1.87-bookworm as backend-builder
# Install system dependencies for OCR
RUN apt-get update && apt-get install -y \