Browse Source

update terraform version to 0.11.11

pull/82/head
Joe Snell 6 years ago
parent
commit
40ff4507ef
  1. 2
      Dockerfile

2
Dockerfile

@ -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

Loading…
Cancel
Save