0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-09-19 15:32:45 +02:00

version bump terraform to 0.10.8

This commit is contained in:
Jacob McCann 2018-02-07 12:29:58 -06:00
parent 2abd8229ab
commit b20874c7bc

View File

@ -16,7 +16,7 @@ RUN apk -U add \
wget && \
rm -rf /var/cache/apk/*
ENV TERRAFORM_VERSION 0.10.7
ENV TERRAFORM_VERSION 0.10.8
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