mirror of
https://github.com/readur/readur.git
synced 2025-12-30 11:00:17 -06:00
Merge pull request #161 from readur/renovate/rust-1.x
chore(deps): update rust docker tag to v1.89
This commit is contained in:
@@ -8,7 +8,7 @@ COPY frontend ./
|
||||
RUN npm run build
|
||||
|
||||
# --- Backend build stage ---
|
||||
FROM rust:1.88-bookworm as backend-builder
|
||||
FROM rust:1.89-bookworm as backend-builder
|
||||
|
||||
# Install system dependencies for OCR and PDF processing
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user