chore: bump rclone to 1.73.2
Some checks failed
Release Workflow / determine-release-type (push) Has been cancelled
Release Workflow / checks (push) Has been cancelled
Release Workflow / e2e-tests (push) Has been cancelled
Release Workflow / build-images (push) Has been cancelled
Release Workflow / publish-release (push) Has been cancelled

This commit is contained in:
Nicolas Meienberger 2026-03-20 19:48:34 +01:00
parent 94cd52dec7
commit 03739f9799

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.1"
ARG RCLONE_VERSION="1.73.2"
ARG SHOUTRRR_VERSION="0.14.0"
ENV VITE_RESTIC_VERSION=${RESTIC_VERSION} \