Skip to content

Commit

Permalink
fix(volsync): update docker.io/restic/restic ( 0.16.4 → 0.16.5 )
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-ross[bot] authored Jul 1, 2024
1 parent 59e0fe4 commit 70030d7
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.4 /usr/bin/restic /usr/local/bin/restic
COPY --from=docker.io/restic/restic:0.16.5 /usr/bin/restic /usr/local/bin/restic
COPY --from=volsync /go/bin/volsync /manager

ENTRYPOINT ["/bin/bash"]
Expand Down

0 comments on commit 70030d7

Please sign in to comment.