Skip to content

Commit

Permalink
Update Terragrunt version
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Duchesne authored Aug 3, 2018
1 parent fedb44b commit 9595c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.0.Base
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ RUN apk update && \

# Update version here (do not move at the beginning of the file since it would slow down the docker build)
RUN TERRAFORM=0.11.7 && curl -sLo_ https://releases.hashicorp.com/terraform/${TERRAFORM}/terraform_${TERRAFORM}_linux_amd64.zip && unzip -p _ > ${EXE_FOLDER}/terraform && \
TG=1.0.2 && curl -sLo_ https://github.com/coveo/terragrunt/releases/download/v${TG}/terragrunt_${TG}${EXT} && unzip -p _ > ${EXE_FOLDER}/terragrunt && \
TG=1.1.0 && curl -sLo_ https://github.com/coveo/terragrunt/releases/download/v${TG}/terragrunt_${TG}${EXT} && unzip -p _ > ${EXE_FOLDER}/terragrunt && \
GOTEMPLATE=2.5.2 && curl -sLo_ https://github.com/coveo/gotemplate/releases/download/v${GOTEMPLATE}/gotemplate_${GOTEMPLATE}${EXT} && unzip -p _ > ${EXE_FOLDER}/gotemplate && \
chmod +x $EXE_FOLDER/* && rm _

0 comments on commit 9595c22

Please sign in to comment.