Skip to content

Commit

Permalink
Merge pull request vmware-tanzu#947 from skriss/restic-v0.9.3
Browse files Browse the repository at this point in the history
upgrade to restic v0.9.3
  • Loading branch information
wwitzel3 authored Oct 18, 2018
2 parents b3b065a + 7172db8 commit 7f15533
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile-ark.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -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.1/restic_0.9.1_linux_amd64.bz2 && \
bunzip2 restic_0.9.1_linux_amd64.bz2 && \
mv restic_0.9.1_linux_amd64 /usr/bin/restic && \
wget --quiet https://github.com/restic/restic/releases/download/v0.9.3/restic_0.9.3_linux_amd64.bz2 && \
bunzip2 restic_0.9.3_linux_amd64.bz2 && \
mv restic_0.9.3_linux_amd64 /usr/bin/restic && \
chmod +x /usr/bin/restic

ADD /bin/linux/amd64/ark /ark
Expand Down

0 comments on commit 7f15533

Please sign in to comment.