chore: bump rclone to 1.73.5

This commit is contained in:
Nicolas Meienberger 2026-04-20 21:26:19 +02:00
parent 63b08a4b71
commit c95cc305f8
No known key found for this signature in database

View file

@ -3,7 +3,7 @@ ARG BUN_VERSION="1.3.12"
FROM oven/bun:${BUN_VERSION}-alpine AS base
ARG RESTIC_VERSION="0.18.1"
ARG RCLONE_VERSION="1.73.4"
ARG RCLONE_VERSION="1.73.5"
ARG SHOUTRRR_VERSION="0.14.3"
ENV VITE_RESTIC_VERSION=${RESTIC_VERSION} \