diff --git a/terragrunt/Dockerfile b/terragrunt/Dockerfile index a3a904ad8..971f25d9a 100644 --- a/terragrunt/Dockerfile +++ b/terragrunt/Dockerfile @@ -7,7 +7,7 @@ # Run: # docker run --rm -it test-image /bin/bash ### -FROM hashicorp/terraform:0.13.5 as terraform +FROM hashicorp/terraform:0.14.8 as terraform FROM alpine:3.11