From f9bbc0c8955b05aebfdf196b2439039b563e8793 Mon Sep 17 00:00:00 2001 From: "self-hosted-test[bot]" <137524146+self-hosted-test[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 02:00:52 +0000 Subject: [PATCH] chore(deps): update docker.io/restic/restic docker tag to v0.19.0 --- apps/volsync/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/volsync/Dockerfile b/apps/volsync/Dockerfile index 51a29bf3..01c8d57d 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.18.1 /usr/bin/restic /usr/local/bin/restic +COPY --from=docker.io/restic/restic:0.19.0 /usr/bin/restic /usr/local/bin/restic COPY --from=builder /go/bin/volsync /manager ENTRYPOINT ["/bin/bash"]