diff --git a/terragrunt/Dockerfile b/terragrunt/Dockerfile index a6a8802c..7e2e132f 100644 --- a/terragrunt/Dockerfile +++ b/terragrunt/Dockerfile @@ -7,9 +7,9 @@ # Run: # docker run --rm -it test-image /bin/bash ### -FROM hashicorp/terraform:1.7.5 as terraform +FROM hashicorp/terraform:1.8.4 as terraform -FROM alpine:3.19 +FROM alpine:3.20 LABEL org.opencontainers.image.authors="cloudkats@gmail.com" \ org.opencontainers.image.vendor="https://github.com/cloudkats" \