From a01e5b4890cd8f734c02ef874b8264d7b76f2b8d Mon Sep 17 00:00:00 2001 From: DNX Solutions <84875493+dnx-solutions@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:12:47 +1000 Subject: [PATCH] Bump Terraform version to v1.10.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9bca4af..e4a3970 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.13 -ENV TERRAFORM_VERSION=1.10.2 +ENV TERRAFORM_VERSION=1.10.3 ENV AWSCLI_VERSION=1.19.73