From e880b56574bf4d56f9709d918b7b7c957f89bde2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 17:30:50 +0000 Subject: [PATCH] chore(deps): update docker.io/restic/restic docker tag to v0.18.1 --- apps/volsync/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/volsync/Dockerfile b/apps/volsync/Dockerfile index 500014d0..51a29bf3 100644 --- a/apps/volsync/Dockerfile +++ b/apps/volsync/Dockerfile @@ -42,7 +42,7 @@ RUN \ && rm -rf /tmp/* COPY --from=docker.io/rclone/rclone:1.73.2 /usr/local/bin/rclone /usr/local/bin/rclone -COPY --from=docker.io/restic/restic:0.17.0 /usr/bin/restic /usr/local/bin/restic +COPY --from=docker.io/restic/restic:0.18.1 /usr/bin/restic /usr/local/bin/restic COPY --from=builder /go/bin/volsync /manager ENTRYPOINT ["/bin/bash"]