Skip to content

Commit

Permalink
Update terraform (runatlantis#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavshatz authored and anubhavmishra committed Nov 9, 2017
1 parent 3658fcf commit 562272e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ RUN apk add --no-cache ca-certificates gnupg curl git unzip bash openssh libcap
rm -rf /root/.gnupg && rm -rf /var/cache/apk/*

# install terraform binaries
ENV DEFAULT_TERRAFORM_VERSION=0.10.7
ENV DEFAULT_TERRAFORM_VERSION=0.10.8

RUN AVAILABLE_TERRAFORM_VERSIONS="0.8.8 0.9.11 0.10.7" && \
RUN AVAILABLE_TERRAFORM_VERSIONS="0.8.8 0.9.11 0.10.8" && \
for VERSION in ${AVAILABLE_TERRAFORM_VERSIONS}; do curl -LOk https://releases.hashicorp.com/terraform/${VERSION}/terraform_${VERSION}_linux_amd64.zip && \
mkdir -p /usr/local/bin/tf/versions/${VERSION} && \
unzip terraform_${VERSION}_linux_amd64.zip -d /usr/local/bin/tf/versions/${VERSION} && \
Expand Down

0 comments on commit 562272e

Please sign in to comment.