Skip to content

Commit

Permalink
Merge pull request #11 from aservo/feature/terraform-1.3.6-terragrunt…
Browse files Browse the repository at this point in the history
…-0.42.5

Update Terraform to 1.3.6 and Terragrunt to 0.42.5
  • Loading branch information
lehmannk authored Dec 21, 2022
2 parents 2cb36e9 + 1e32f31 commit 56a4490
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.3.4
FROM hashicorp/terraform:1.3.6

# Create a user and group

Expand Down Expand Up @@ -38,7 +38,7 @@ RUN pip install --upgrade pip \
&& pip install -Iv azure-cli==${AZ_VERSION}

## Install Terragrunt
ARG TERRAGRUNT_VERSION=0.40.2
ARG TERRAGRUNT_VERSION=0.42.5
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 56a4490

Please sign in to comment.