diff --git a/terragrunt/Dockerfile b/terragrunt/Dockerfile index a6a8802c..3d8d65a7 100644 --- a/terragrunt/Dockerfile +++ b/terragrunt/Dockerfile @@ -7,7 +7,7 @@ # Run: # docker run --rm -it test-image /bin/bash ### -FROM hashicorp/terraform:1.7.5 as terraform +FROM hashicorp/terraform:1.8.3 as terraform FROM alpine:3.19