mirror of
https://github.com/lobaro/restic-backup-docker.git
synced 2026-02-17 09:23:56 +00:00
Use static restic version in Dockerfile
This commit is contained in:
committed by
Tobias Kaupat
parent
11513a9b20
commit
e81386c51a
@@ -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:latest
|
||||
FROM restic/restic:0.9.6
|
||||
|
||||
# install mailx
|
||||
RUN apk add --update --no-cache heirloom-mailx
|
||||
|
||||
Reference in New Issue
Block a user