chore(deps): update rust docker tag to v1.88

This commit is contained in:
renovate[bot] 2025-06-27 03:41:44 +00:00 committed by GitHub
parent 2d7b4d16dd
commit 4d4c6621cb
1 changed files with 1 additions and 1 deletions

View File

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