From aeed6ee74e9a40cafe9db3edd3af565a8c4282c5 Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Thu, 21 Sep 2023 23:59:29 +0200 Subject: [PATCH] fix(opentf): Follow renaming to opentofu --- images/opentf/Earthfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/images/opentf/Earthfile b/images/opentf/Earthfile index fd580da52..0eea5077a 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 -- GitLab