Update Restic rest-server to 0.13.0
This commit is contained in:
parent
a2f003c760
commit
77ef635941
|
@ -6,7 +6,7 @@ RUN curl -fLo /restic.bz2 https://github.com/restic/restic/releases/download/v0.
|
|||
chmod +x /restic
|
||||
|
||||
|
||||
FROM restic/rest-server:0.12.1
|
||||
FROM restic/rest-server:0.13.0
|
||||
|
||||
ENV TINI_VERSION v0.19.0
|
||||
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-muslc-amd64 /tini
|
||||
|
|
Loading…
Reference in New Issue