Update Restic rest-server to 0.13.0

This commit is contained in:
Remi Rampin 2024-07-31 10:32:30 -04:00
parent a2f003c760
commit 77ef635941
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ RUN curl -fLo /restic.bz2 https://github.com/restic/restic/releases/download/v0.
chmod +x /restic chmod +x /restic
FROM restic/rest-server:0.12.1 FROM restic/rest-server:0.13.0
ENV TINI_VERSION v0.19.0 ENV TINI_VERSION v0.19.0
ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-muslc-amd64 /tini ADD https://github.com/krallin/tini/releases/download/${TINI_VERSION}/tini-muslc-amd64 /tini