Browse Source
Merge pull request #93 from kostas-theo/update-tf-0-12-4
update-tf-0-12-4
pull/96/head
Jacob McCann
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile
|
|
@ -21,7 +21,7 @@ RUN apk -U add \ |
|
|
|
openssh-client && \ |
|
|
|
rm -rf /var/cache/apk/* |
|
|
|
|
|
|
|
ENV TERRAFORM_VERSION 0.12.1 |
|
|
|
ENV TERRAFORM_VERSION 0.12.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 |
|
|
|