Skip to content

Commit

Permalink
Update Terraform to 1.4.6, Terragrunt to 0.45.4, bump AZ CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
pathob authored Apr 27, 2023
1 parent 334ec99 commit d9b604f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
ARG TERRAFORM_VERSION=1.3.9
ARG TERRAFORM_VERSION=1.4.6
ARG TERRAGRUNT_VERSION=0.45.4
ARG AZ_VERSION=2.48.1

FROM hashicorp/terraform:${TERRAFORM_VERSION}

Expand Down Expand Up @@ -35,14 +37,14 @@ RUN apk add --no-cache \
py3-pip \
python3-dev

ARG AZ_VERSION=2.46.0
ARG AZ_VERSION

RUN pip install --upgrade pip \
&& pip install -Iv azure-cli==${AZ_VERSION}

## Install Terragrunt

ARG TERRAGRUNT_VERSION=0.44.5
ARG TERRAGRUNT_VERSION

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 d9b604f

Please sign in to comment.