diff --git a/Dockerfile b/Dockerfile index 010f9e0..0d5746b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # === Builder stage: Go-based tools === # Compiles Go-based tools (shfmt, tflint, terraform-docs, trivy, gitleaks) -FROM golang:1.24-bookworm AS go-builder +FROM golang:1.25-bookworm AS go-builder ARG TARGETARCH ENV GOTOOLCHAIN=auto