Skip to content

Commit

Permalink
feat(volsync): update docker.io/restic/restic ( 0.16.5 → 0.17.0 ) (#1069
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 Aug 13, 2024
1 parent f9b5039 commit a31cc7c
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 @@ -36,7 +36,7 @@ RUN \
&& rm -rf /tmp/*

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.5 /usr/bin/restic /usr/local/bin/restic
COPY --from=docker.io/restic/restic:0.17.0 /usr/bin/restic /usr/local/bin/restic
COPY --from=volsync /go/bin/volsync /manager

ENTRYPOINT ["/bin/bash"]
Expand Down

0 comments on commit a31cc7c

Please sign in to comment.