mirror of
https://github.com/thegeeklab/wp-opentofu.git
synced 2024-11-21 14:20:40 +00:00
Merge pull request #56 from josmo/terraform-0.10.7
Updating to terraform 0.10.7 since the newest version now include the…
This commit is contained in:
commit
c643275ea4
@ -16,7 +16,7 @@ RUN apk -U add \
|
||||
wget && \
|
||||
rm -rf /var/cache/apk/*
|
||||
|
||||
ENV TERRAFORM_VERSION 0.10.3
|
||||
ENV TERRAFORM_VERSION 0.10.7
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user