Merge pull request #540 from skriss/restic-v0.9.1

upgrade to restic v0.9.1
pull/542/head
Andy Goldstein 2018-06-11 13:16:17 -04:00 committed by GitHub
commit 453b0a04f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -19,9 +19,9 @@ MAINTAINER Andy Goldstein <andy@heptio.com>
RUN apk add --no-cache ca-certificates
RUN apk add --update --no-cache bzip2 && \
wget --quiet https://github.com/restic/restic/releases/download/v0.9.0/restic_0.9.0_linux_amd64.bz2 && \
bunzip2 restic_0.9.0_linux_amd64.bz2 && \
mv restic_0.9.0_linux_amd64 /restic && \
wget --quiet https://github.com/restic/restic/releases/download/v0.9.1/restic_0.9.1_linux_amd64.bz2 && \
bunzip2 restic_0.9.1_linux_amd64.bz2 && \
mv restic_0.9.1_linux_amd64 /restic && \
chmod +x /restic
ADD /bin/linux/amd64/ark /ark