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

This commit is contained in:
renovate[bot] 2025-09-27 00:21:01 +00:00 committed by GitHub
parent 195887b48f
commit 1f5abc1f34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ COPY frontend ./
RUN npm run build
# --- Backend build stage ---
FROM rust:1.89-bookworm as backend-builder
FROM rust:1.90-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 @@
# Multi-stage Dockerfile for WebDAV Stress Testing
FROM rust:1.75-alpine AS builder
FROM rust:1.90-alpine AS builder
# Install build dependencies
RUN apk add --no-cache \