Skip to content

Commit

Permalink
Update restic and rclone
Browse files Browse the repository at this point in the history
  • Loading branch information
mjc0608 authored Aug 11, 2024
1 parent c2ae895 commit de755b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM alpine:latest as rclone

# Get rclone executable
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
ADD https://downloads.rclone.org/rclone-v1.67.0-linux-amd64.zip /
RUN unzip rclone-v1.67.0-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.0

RUN apk add --update --no-cache curl mailx

Expand Down

0 comments on commit de755b9

Please sign in to comment.