Skip to content

Commit

Permalink
Merge pull request #6 from aservo/feature/terraform-1.3.4-terragrunt-…
Browse files Browse the repository at this point in the history
…0.40.0

Update Terraform to 1.3.4 and Terragrunt to 0.40.0
  • Loading branch information
pathob authored Nov 8, 2022
2 parents 0f1aee7 + 6aacd78 commit 222b066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM hashicorp/terraform:1.2.9
FROM hashicorp/terraform:1.3.4

## Install packages
RUN apk add --no-cache \
Expand All @@ -8,7 +8,7 @@ RUN apk add --no-cache \
postgresql

## Install Terragrunt
ARG TERRAGRUNT_VERSION=0.38.12
ARG TERRAGRUNT_VERSION=0.40.0
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

Expand Down

0 comments on commit 222b066

Please sign in to comment.