update restic to v0.18.1

This commit is contained in:
2025-10-14 23:57:56 +08:00
committed by GitHub
parent 4898b3da61
commit e1582e5bc6

View File

@@ -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/