Skip to content

Commit

Permalink
Merge pull request #3 from aservo/feature/terraform-1.2.7-terragrunt-…
Browse files Browse the repository at this point in the history
…0.38.7

Update Terraform to 1.2.7 and Terragrunt to 0.38.7
  • Loading branch information
lehmannk authored Aug 19, 2022
2 parents 4627764 + db09ccd commit 3660d7b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM hashicorp/terraform:1.1.9
FROM hashicorp/terraform:1.2.7

## Install packages
RUN apk add --no-cache bash make postgresql

## Install Terragrunt
ARG TERRAGRUNT_VERSION=0.36.12
ARG TERRAGRUNT_VERSION=0.38.7
RUN wget "https://github.com/gruntwork-io/terragrunt/releases/download/v${TERRAGRUNT_VERSION}/terragrunt_linux_amd64" -O /usr/local/bin/terragrunt --no-verbose \
&& chmod +x /usr/local/bin/terragrunt

## remove WORKDIR and ENTRYPOINT FROM terraform image
## remove WORKDIR and ENTRYPOINT FROM base image
WORKDIR /
ENTRYPOINT []
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Terragrunt

This Docker image contains the following primary binaries:

* `terraform`
* `terragrunt`
* [`terraform`](https://github.com/hashicorp/terraform/releases)
* [`terragrunt`](https://github.com/gruntwork-io/terragrunt/releases)

Terraform version compatibility table:

Expand Down Expand Up @@ -57,5 +57,5 @@ Execute commands inside the container:

```
bash-5.1# terragrunt -v
terragrunt version v0.36.12
terragrunt version vX.Y.Z
```

0 comments on commit 3660d7b

Please sign in to comment.