From a31cc7c0acea082631710f810f248c2b0594d6c1 Mon Sep 17 00:00:00 2001 From: "bot-ross[bot]" <98030736+bot-ross[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 15:34:16 -0400 Subject: [PATCH] =?UTF-8?q?feat(volsync):=20update=20docker.io/restic/rest?= =?UTF-8?q?ic=20(=200.16.5=20=E2=86=92=200.17.0=20)=20(#1069)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: bot-ross[bot] <98030736+bot-ross[bot]@users.noreply.github.com> --- apps/volsync/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/volsync/Dockerfile b/apps/volsync/Dockerfile index 2b66674ab..30b599949 100644 --- a/apps/volsync/Dockerfile +++ b/apps/volsync/Dockerfile @@ -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"]