update restic

This commit is contained in:
Matthias Kesler
2024-10-07 17:48:42 +02:00
committed by GitHub
parent c2ae895ed8
commit b2c209cbc0

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.16.0
FROM restic/restic:0.17.1
RUN apk add --update --no-cache curl mailx