chore(deps): update rust docker tag to v1.91 (#310)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
25ee24a29d
commit
5322ca1c79
|
|
@ -8,7 +8,7 @@ COPY frontend ./
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# --- Backend build stage ---
|
# --- Backend build stage ---
|
||||||
FROM rust:1.90-bookworm as backend-builder
|
FROM rust:1.91-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 \
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Development Dockerfile with hot-reloading support for Rust backend
|
# Development Dockerfile with hot-reloading support for Rust backend
|
||||||
FROM rust:1.90-bookworm
|
FROM rust:1.91-bookworm
|
||||||
|
|
||||||
# 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 \
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
# Multi-stage Dockerfile for WebDAV Stress Testing
|
# Multi-stage Dockerfile for WebDAV Stress Testing
|
||||||
FROM rust:1.90-alpine AS builder
|
FROM rust:1.91-alpine AS builder
|
||||||
|
|
||||||
# Install build dependencies
|
# Install build dependencies
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue