From f24600674b297fc09e8ec3ae5175efc0ebfc0cfc Mon Sep 17 00:00:00 2001 From: Alexander Sharov Date: Sun, 16 Jun 2024 19:29:11 +0300 Subject: [PATCH] fix: dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 64e6dae5..6dc2d544 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN go build -ldflags="-s -w" -o atmos ./cmd/atmos \ && go build -ldflags="-s -w" -o terraform ./cmd/terraform \ && go build -ldflags="-s -w" -o terragrunt ./cmd/terragrunt \ && go build -ldflags="-s -w" -o tofu ./cmd/tf \ - && go build -ldflags="-s -w" -o tofu ./cmd/tofu \ + && go build -ldflags="-s -w" -o tofu ./cmd/tofu FROM gcr.io/distroless/static:nonroot COPY --from=builder go/src/github.com/tofuutils/tenv/atmos /app/