mirror of
https://github.com/lobaro/restic-backup-docker.git
synced 2026-02-17 09:23:56 +00:00
Bump restic/restic from 0.17.3 to 0.18.0
Bumps restic/restic from 0.17.3 to 0.18.0. --- updated-dependencies: - dependency-name: restic/restic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@@ -4,7 +4,7 @@ FROM alpine:latest as rclone
|
|||||||
ADD https://downloads.rclone.org/rclone-current-linux-amd64.zip /
|
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
|
RUN unzip rclone-current-linux-amd64.zip && mv rclone-*-linux-amd64/rclone /bin/rclone && chmod +x /bin/rclone
|
||||||
|
|
||||||
FROM restic/restic:0.17.3
|
FROM restic/restic:0.18.0
|
||||||
|
|
||||||
RUN apk add --update --no-cache curl mailx
|
RUN apk add --update --no-cache curl mailx
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user