Skip to content

Commit

Permalink
Update Terraform to 1.3.4 and Terragrunt to 0.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pathob committed Nov 6, 2022
1 parent 0f1aee7 commit 6aacd78
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 6aacd78

Please sign in to comment.