mirror of
https://github.com/ViViDboarder/hassio-addon-rclone.git
synced 2024-10-31 18:36:35 +00:00
Bump rclone version
This commit is contained in:
parent
28490b3850
commit
d47cbf146e
@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## next
|
||||
- Bump rclone version to v1.64.2
|
||||
|
||||
## 1.5.5
|
||||
|
||||
- Include only `*.tar` files in rclone sync
|
||||
|
@ -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 /
|
||||
|
Loading…
Reference in New Issue
Block a user