Skip to content

Commit

Permalink
Update to restic 0.17.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krombel authored Nov 15, 2024
1 parent 1b7d44a commit 157bc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 157bc07

Please sign in to comment.