Skip to content

Commit

Permalink
fix(volsync): update docker.io/restic/restic ( 0.17.1 → 0.17.2 ) (#1126)
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] authored Oct 27, 2024
1 parent 5c5400e commit 1814ccf
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.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=docker.io/restic/restic:0.17.2 /usr/bin/restic /usr/local/bin/restic
COPY --from=volsync /go/bin/volsync /manager

ENTRYPOINT ["/bin/bash"]
Expand Down

0 comments on commit 1814ccf

Please sign in to comment.