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

upgrade to restic v0.9.1
This commit is contained in:
Andy Goldstein
2018-06-11 13:16:17 -04:00
committed by GitHub
+3 -3
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