Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
update rclone to 1.56.2
Browse files Browse the repository at this point in the history
  • Loading branch information
300481 committed Oct 20, 2021
1 parent 92468e2 commit 876c4a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM alpine:3.14.2 AS downloader

RUN apk -U --no-cache add ca-certificates wget && \
VERSION=v1.56.1 && \
VERSION=v1.56.2 && \
cd /tmp && \
wget -q https://downloads.rclone.org/${VERSION}/rclone-${VERSION}-linux-amd64.zip && \
unzip rclone-${VERSION}-linux-amd64.zip && \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Docker Container for making backups with rclone and update healthchecks.io
## example of run backup

```bash
docker run -it --rm -v $HOME/.config/rclone:/root/.config/rclone -v $PWD:/data -e DST="crypt:" -e HC_URL="https://hc-ping.com/ca0f77e9-9439-4831-9b2a-d8b8ec507efa" 300481/backup-hc:0.3.14
docker run -it --rm -v $HOME/.config/rclone:/root/.config/rclone -v $PWD:/data -e DST="crypt:" -e HC_URL="https://hc-ping.com/ca0f77e9-9439-4831-9b2a-d8b8ec507efa" 300481/backup-hc:0.3.15
```

0 comments on commit 876c4a2

Please # to comment.