Skip to content

Commit

Permalink
Update to latest version of terragrunt
Browse files Browse the repository at this point in the history
  • Loading branch information
jocgir committed Jan 26, 2018
1 parent affb777 commit 99eb9ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.0.Base
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apk update && \

# Update version here (do not move at the beginning of the file since it would slow down the docker build)
ARG TERRAFORM_VERSION=0.11.2
ARG TERRAGRUNT_VERSION=0.12.26-coveo.7
ARG TERRAGRUNT_VERSION=0.12.26-coveo.8
ARG GOTEMPLATE_VERSION=2.2.6

RUN curl -sLo_ https://releases.hashicorp.com/terraform/${TERRAFORM_VERSION}/terraform_${TERRAFORM_VERSION}_linux_amd64.zip && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.3.Full
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN apt-get -y install ruby && gem install terraforming
# Update version here (do not move at the beginning of the file since it would slow down the docker build)
ARG TERRAFORM_VERSION=0.11.2
ARG TERRAFORM_QUANTUM=0.3.6
ARG TERRAGRUNT_VERSION=0.12.26-coveo.7
ARG TERRAGRUNT_VERSION=0.12.26-coveo.8
ARG GOTEMPLATE_VERSION=2.2.6
ARG TFLINT_VERSION=0.3.6
ARG AWS_PROVIDER=1.7.1-coveo.0
Expand Down

0 comments on commit 99eb9ed

Please sign in to comment.