From 77ef6359416233b7f37aaa6a2aad5312b36bb81c Mon Sep 17 00:00:00 2001 From: Remi Rampin Date: Wed, 31 Jul 2024 10:32:30 -0400 Subject: [PATCH] Update Restic rest-server to 0.13.0 --- restic-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restic-server b/restic-server index 4f1b0a7..ec525ad 100644 --- a/restic-server +++ b/restic-server @@ -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