Update to restic 0.17.3

This commit is contained in:
Matthias Kesler
2024-11-15 18:51:46 +01:00
committed by GitHub
parent 1b7d44a85e
commit 157bc07533

View File

@@ -4,7 +4,7 @@ FROM alpine:latest as rclone
ADD https://downloads.rclone.org/rclone-current-linux-amd64.zip /
RUN unzip rclone-current-linux-amd64.zip && mv rclone-*-linux-amd64/rclone /bin/rclone && chmod +x /bin/rclone
FROM restic/restic:0.17.1
FROM restic/restic:0.17.3
RUN apk add --update --no-cache curl mailx