Skip to content

Commit

Permalink
Upgrade Terraform version to 0.10.7 (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
s2504s authored and const-bon committed Oct 6, 2017
1 parent 651cc5a commit 94cac7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ USER root
WORKDIR /tmp

# Install Terraform
ENV TERRAFORM_VERSION 0.10.5
ENV TERRAFORM_VERSION 0.10.7
RUN curl --fail -sSL -O https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
&& unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
&& rm terraform_${TERRAFORM_VERSION}_linux_amd64.zip \
Expand Down

0 comments on commit 94cac7e

Please sign in to comment.