0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-20 01:42:45 +02:00

update terraform version to 0.11.11

This commit is contained in:
Joe Snell 2019-01-17 19:40:48 -06:00
parent b90699f138
commit 40ff4507ef

View File

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