chore: bump rclone to 1.73.1

This commit is contained in:
Nicolas Meienberger
2026-02-25 22:17:24 +01:00
parent f3c753ad30
commit d533e470fc

View File

@@ -3,7 +3,7 @@ ARG BUN_VERSION="1.3.6"
FROM oven/bun:${BUN_VERSION}-alpine AS base
ARG RESTIC_VERSION="0.18.1"
ARG RCLONE_VERSION="1.73.0"
ARG RCLONE_VERSION="1.73.1"
ARG SHOUTRRR_VERSION="0.13.2"
ENV VITE_RESTIC_VERSION=${RESTIC_VERSION} \