0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-11-09 18:00:40 +00:00

Update to terraform version 0.9.4

This commit is contained in:
marcin.suterski 2017-05-05 13:02:10 -04:00
parent dfb5352a32
commit 787e18174d
No known key found for this signature in database
GPG Key ID: A6CF8B51D99C0C92

View File

@ -10,7 +10,7 @@ RUN apk -U add \
wget && \
rm -rf /var/cache/apk/*
ENV TERRAFORM_VERSION 0.8.8
ENV TERRAFORM_VERSION 0.9.4
RUN wget -q https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip -O terraform.zip && \
unzip terraform.zip -d /bin && \
rm -f terraform.zip