Skip to content

Commit

Permalink
Merge pull request #51 from LilDrunkenSmurf/renovate/docker.io-rclone…
Browse files Browse the repository at this point in the history
…-rclone-1.x

fix(container): update image docker.io/rclone/rclone ( 1.65.1 → 1.65.2 )
  • Loading branch information
joryirving authored Jan 24, 2024
2 parents 0154771 + 357f704 commit b7c72dc
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 @@ -49,7 +49,7 @@ RUN \
&& chmod a+rx /mover-restic/*.sh \
&& rm -rf /tmp/*

COPY --from=docker.io/rclone/rclone:1.65.1 /usr/local/bin/rclone /usr/local/bin/rclone
COPY --from=docker.io/rclone/rclone:1.65.2 /usr/local/bin/rclone /usr/local/bin/rclone
COPY --from=docker.io/restic/restic:0.16.3 /usr/bin/restic /usr/local/bin/restic
COPY --from=builder /go/bin/volsync /manager

Expand Down

0 comments on commit b7c72dc

Please sign in to comment.