diff --git a/Dockerfile b/Dockerfile index 393976a..a9ad2bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ghcr.io/dockhippie/golang:1.23 as build ENV TERRAGRUNT_VERSION=0.71.2 # renovate: datasource=github-releases depName=hashicorp/terraform -ENV TERRAFORM_VERSION=1.10.3 +ENV TERRAFORM_VERSION=1.10.4 ARG TARGETARCH