Skip to content

Commit

Permalink
fix(volsync): update docker.io/rclone/rclone ( 1.68.0 → 1.68.1 ) (#1097)
Browse files Browse the repository at this point in the history
Co-authored-by: bot-ross[bot] <98030736+bot-ross[bot]@users.noreply.github.com>
  • Loading branch information
bot-ross[bot] committed Sep 24, 2024
1 parent 2210c88 commit 22f43a4
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 @@ -35,7 +35,7 @@ RUN \
&& chmod a+rx /mover-restic/*.sh \
&& rm -rf /tmp/*

COPY --from=docker.io/rclone/rclone:1.68.0 /usr/local/bin/rclone /usr/local/bin/rclone
COPY --from=docker.io/rclone/rclone:1.68.1 /usr/local/bin/rclone /usr/local/bin/rclone
COPY --from=docker.io/restic/restic:0.17.1 /usr/bin/restic /usr/local/bin/restic
COPY --from=volsync /go/bin/volsync /manager

Expand Down

0 comments on commit 22f43a4

Please sign in to comment.