mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 01:36:43 +00:00
update restic to v0.18.1
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user