diff --git a/terragrunt/Dockerfile b/terragrunt/Dockerfile index f1f07c8a1..a687f0ff5 100644 --- a/terragrunt/Dockerfile +++ b/terragrunt/Dockerfile @@ -7,7 +7,7 @@ # Run: # docker run --rm -it test-image /bin/bash ### -FROM hashicorp/terraform:1.0.11 as terraform +FROM hashicorp/terraform:1.1.0 as terraform FROM alpine:3.14