mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-15 10:26:44 +00:00
update restic to v0.18.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
FROM golang AS builder
|
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/
|
WORKDIR /workspace/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user