Bump rclone version

This commit is contained in:
ViViDboarder 2023-11-07 09:15:31 -08:00
parent 28490b3850
commit d47cbf146e
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog
## next
- Bump rclone version to v1.64.2
## 1.5.5
- Include only `*.tar` files in rclone sync

View File

@ -4,7 +4,7 @@ FROM $BUILD_FROM
ENV LANG C.UTF-8
ARG BUILD_ARCH=aarch64
ARG VERSION=v1.55.1
ARG VERSION=v1.64.2
# Install rclone
COPY install_rclone.sh /