Skip to content
This repository has been archived by the owner on Apr 8, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1412 from chrismellard/master
Browse files Browse the repository at this point in the history
feat: bump terraform and terragrunt versions
  • Loading branch information
jenkins-x-bot authored Oct 30, 2020
2 parents 9a3367b + f848ace commit 912e4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder-terraform/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ENV TERRAFORM 0.13.0
ENV TERRAFORM 0.13.5
RUN wget https://releases.hashicorp.com/terraform/${TERRAFORM}/terraform_${TERRAFORM}_linux_amd64.zip && \
unzip terraform_${TERRAFORM}_linux_amd64.zip && \
chmod +x terraform && mv terraform /usr/bin/terraform && rm terraform_${TERRAFORM}_linux_amd64.zip

ENV TERRAGRUNT_VERSION 0.21.2
ENV TERRAGRUNT_VERSION 0.25.5
RUN curl -f -Lo terragrunt https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64 && \
chmod +x terragrunt && \
mv terragrunt /usr/bin
Expand Down

0 comments on commit 912e4a6

Please sign in to comment.