From eed53bc38bdb69c6701c2f3e391538d0fbeccc34 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 15 Feb 2023 17:01:54 +0800 Subject: [PATCH] update --- ci-runner/terraform/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-runner/terraform/Dockerfile b/ci-runner/terraform/Dockerfile index 349280a..4d0f406 100644 --- a/ci-runner/terraform/Dockerfile +++ b/ci-runner/terraform/Dockerfile @@ -27,7 +27,7 @@ RUN apk add --update --no-cache ca-certificates openssl openssh-client git bash rm -rf /var/cache/apk/* # add pre-cost tools -COPY --from=builder /usr/bin/terraform /usr/bin/ +COPY --from=builder /bin/terraform /bin/ COPY --from=finops /usr/bin/terragrunt /usr/bin/ COPY --from=finops /usr/bin/infracost /usr/bin/ RUN mkdir -pv /root/.config/infracost/