From 8680442b91857b9af48d50a7fcdf632e453604c2 Mon Sep 17 00:00:00 2001 From: Patrick Hobusch Date: Mon, 28 Aug 2023 13:23:45 +0200 Subject: [PATCH] Update Terraform to 1.5.5, Terragrunt to 0.50.8, bump AZ CLI Terraform 1.5.5 is the latest Terraform release that clearly uses the MPL 2.0 license, before they switched to the BSL 1.1. --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index d293c74..d41f2bd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -ARG TERRAFORM_VERSION=1.4.6 -ARG TERRAGRUNT_VERSION=0.45.4 -ARG AZ_VERSION=2.48.1 +ARG TERRAFORM_VERSION=1.5.5 +ARG TERRAGRUNT_VERSION=0.50.8 +ARG AZ_VERSION=2.51.0 FROM hashicorp/terraform:${TERRAFORM_VERSION}