Skip to content

Commit

Permalink
Bump terraform version to 0.11.2 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
aknysh committed Jan 10, 2018
1 parent b0b4d28 commit f4c1c1f
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 @@ -24,7 +24,7 @@ RUN curl --fail -sSL -o /usr/local/bin/gomplate https://github.com/hairyhenderso
&& chmod +x /usr/local/bin/gomplate

# Install Terraform
ENV TERRAFORM_VERSION 0.10.8
ENV TERRAFORM_VERSION 0.11.2
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 f4c1c1f

Please sign in to comment.