Skip to content

Commit

Permalink
feat: update terraform version
Browse files Browse the repository at this point in the history
  • Loading branch information
sleistner authored Feb 14, 2020
1 parent 57e7711 commit 09e26bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN sudo apt-get install rsync
RUN sudo pip install --upgrade pip
RUN sudo pip install awscli

ENV TERRAFORM_VERSION="0.12.18"
ENV TERRAFORM_VERSION="0.12.20"

RUN sudo curl -fsSLO --compressed https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip
RUN sudo unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /bin
Expand Down

0 comments on commit 09e26bc

Please sign in to comment.