chore(deps): update rust docker tag to v1.87
This commit is contained in:
parent
182465341a
commit
a044508831
|
|
@ -8,7 +8,7 @@ COPY frontend ./
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# --- Backend build stage ---
|
# --- Backend build stage ---
|
||||||
FROM rust:1.85-bookworm as backend-builder
|
FROM rust:1.87-bookworm as backend-builder
|
||||||
|
|
||||||
# Install system dependencies for OCR
|
# Install system dependencies for OCR
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue