Skip to content

Commit

Permalink
Update terragrunt & gotemplate
Browse files Browse the repository at this point in the history
  • Loading branch information
jocgir committed Feb 15, 2018
1 parent 74a2587 commit 460b432
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.0.Base
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,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.3 && curl -sLo_ https://releases.hashicorp.com/terraform/${TERRAFORM}/terraform_${TERRAFORM}_linux_amd64.zip && unzip -p _ > ${EXE_FOLDER}/terraform && \
TG=0.12.26-coveo.10 && curl -sLo_ https://github.com/coveo/terragrunt/releases/download/v${TG}/terragrunt_${TG}${EXT} && unzip -p _ > ${EXE_FOLDER}/terragrunt && \
GOTEMPLATE=2.3.2 && curl -sLo_ https://github.com/coveo/gotemplate/releases/download/v${GOTEMPLATE}/gotemplate_${GOTEMPLATE}${EXT} && unzip -p _ > ${EXE_FOLDER}/gotemplate && \
TG=0.12.27-coveo.1 && curl -sLo_ https://github.com/coveo/terragrunt/releases/download/v${TG}/terragrunt_${TG}${EXT} && unzip -p _ > ${EXE_FOLDER}/terragrunt && \
GOTEMPLATE=2.3.3 && curl -sLo_ https://github.com/coveo/gotemplate/releases/download/v${GOTEMPLATE}/gotemplate_${GOTEMPLATE}${EXT} && unzip -p _ > ${EXE_FOLDER}/gotemplate && \
chmod +x $EXE_FOLDER/* && rm _
4 changes: 2 additions & 2 deletions Dockerfile.3.Full
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ 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)
RUN TERRAFORM=0.11.3 && curl -sLo_ https://releases.hashicorp.com/terraform/${TERRAFORM}/terraform_${TERRAFORM}_linux_amd64.zip && unzip -p _ > ${EXE_FOLDER}/terraform && \
TG=0.12.26-coveo.10 && curl -sLo_ https://github.com/coveo/terragrunt/releases/download/v${TG}/terragrunt_${TG}${EXT} && unzip -p _ > ${EXE_FOLDER}/terragrunt && \
GOTEMPLATE=2.3.2 && curl -sLo_ https://github.com/coveo/gotemplate/releases/download/v${GOTEMPLATE}/gotemplate_${GOTEMPLATE}${EXT} && unzip -p _ > ${EXE_FOLDER}/gotemplate && \
TG=0.12.27-coveo.1 && curl -sLo_ https://github.com/coveo/terragrunt/releases/download/v${TG}/terragrunt_${TG}${EXT} && unzip -p _ > ${EXE_FOLDER}/terragrunt && \
GOTEMPLATE=2.3.3 && curl -sLo_ https://github.com/coveo/gotemplate/releases/download/v${GOTEMPLATE}/gotemplate_${GOTEMPLATE}${EXT} && unzip -p _ > ${EXE_FOLDER}/gotemplate && \
TF_LINT=0.5.4 && curl -sLo_ https://github.com/wata727/tflint/releases/download/v${TF_LINT}/tflint_linux_amd64.zip && unzip -p _ > ${EXE_FOLDER}/tflint && \
TF_DOCS=0.3.1 && curl -sLo_ https://github.com/coveo/terraform-docs/releases/download/v${TF_DOCS}/terraform-docs_${TF_DOCS}${EXT} && unzip -p _ > ${EXE_FOLDER}/terraform-docs && \
TF_QUANTUM=0.3.6 && curl -sLo_ https://github.com/coveo/terraform-provider-quantum/releases/download/v${TF_QUANTUM}/terraform-provider-quantum_${TF_QUANTUM}${EXT} && unzip -p _ > ${EXE_FOLDER}/terraform-provider-quantum && \
Expand Down

0 comments on commit 460b432

Please sign in to comment.