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

Merge pull request #90 from caioquirino/master

Update terraform version to 0.12.0
This commit is contained in:
Jacob McCann 2019-06-05 07:57:21 -05:00 committed by GitHub
commit 060375040c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ RUN apk -U add \
openssh-client && \
rm -rf /var/cache/apk/*
ENV TERRAFORM_VERSION 0.11.13
ENV TERRAFORM_VERSION 0.12.0
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