From e1582e5bc67b0aec6e3a8d474b2aec391ccb460e Mon Sep 17 00:00:00 2001 From: Newnius Date: Tue, 14 Oct 2025 23:57:56 +0800 Subject: [PATCH] update restic to v0.18.1 --- restic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restic/Dockerfile b/restic/Dockerfile index e4d4fe8..2754c9a 100644 --- a/restic/Dockerfile +++ b/restic/Dockerfile @@ -1,6 +1,6 @@ FROM golang AS builder -RUN git clone https://github.com/restic/restic.git /workspace +RUN git clone https://github.com/restic/restic.git -b v0.18.1 /workspace WORKDIR /workspace/