chore(deps): update rust docker tag to v1.92 (#401)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-12-15 09:37:39 +00:00
committed by GitHub
parent 563095b976
commit 93d780f32d
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -1,5 +1,5 @@
# Development Dockerfile with hot-reloading support for Rust backend
FROM rust:1.91-bookworm
FROM rust:1.92-bookworm
# Install system dependencies for OCR and PDF processing
RUN apt-get update && apt-get install -y \

View File

@@ -1,5 +1,5 @@
# Multi-stage Dockerfile for WebDAV Stress Testing
FROM rust:1.91-alpine AS builder
FROM rust:1.92-alpine AS builder
# Install build dependencies
RUN apk add --no-cache \