Skip to content

Commit

Permalink
Update Terraform to 1.3.6 and Terragrunt to 0.42.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pathob committed Dec 20, 2022
1 parent d759bdd commit 1e32f31
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

## Install packages
RUN apk add --no-cache \
Expand All @@ -19,7 +19,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 1e32f31

Please sign in to comment.