Skip to content

Commit

Permalink
feat(volsync): update docker.io/rclone/rclone ( 1.66.0 → 1.67.0 )
Browse files Browse the repository at this point in the history
| datasource | package                 | from   | to     |
| ---------- | ----------------------- | ------ | ------ |
| docker     | docker.io/rclone/rclone | 1.66.0 | 1.67.0 |
  • Loading branch information
smurf-bot[bot] authored Jun 14, 2024
1 parent fd73f85 commit 1e2bcf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/volsync/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN \
&& chmod a+rx /mover-restic/*.sh \
&& rm -rf /tmp/*

COPY --from=docker.io/rclone/rclone:1.66.0 /usr/local/bin/rclone /usr/local/bin/rclone
COPY --from=docker.io/rclone/rclone:1.67.0 /usr/local/bin/rclone /usr/local/bin/rclone
COPY --from=docker.io/restic/restic:0.16.4 /usr/bin/restic /usr/local/bin/restic
COPY --from=volsync /go/bin/volsync /manager

Expand Down

0 comments on commit 1e2bcf3

Please sign in to comment.