Skip to content

Commit

Permalink
Merge pull request #165 from joryirving/renovate/volsync-docker.io-re…
Browse files Browse the repository at this point in the history
…stic-restic-0.x

fix(volsync): update docker.io/restic/restic ( 0.17.1 → 0.17.2 )
  • Loading branch information
joryirving authored Oct 27, 2024
2 parents 457888b + a1cd9d5 commit 96e2800
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 @@ -44,7 +44,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"]

0 comments on commit 96e2800

Please sign in to comment.