diff --git a/images/opentf/Earthfile b/images/opentf/Earthfile index fd580da52dc03e1f89f524135a2370328699e7da..0eea5077ae5555a3446d9d4d3d2f0e4dc589a4ad 100644 --- a/images/opentf/Earthfile +++ b/images/opentf/Earthfile @@ -3,10 +3,10 @@ VERSION 0.7 build: FROM ../mirror+golang WORKDIR /go-workdir - GIT CLONE https://github.com/opentffoundation/opentf.git ./ + GIT CLONE https://github.com/opentofu/opentofu.git ./ ENV CGO_ENABLED=0 RUN go build -mod=readonly -trimpath - SAVE ARTIFACT ./opentf ./opentf + SAVE ARTIFACT ./opentofu ./opentf container-internal: FROM ../mirror+distroless-static