Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Jun 17, 2024
1 parent baa04ef commit 053856a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN go build -ldflags="-s -w" -o atmos ./cmd/atmos \
&& go build -ldflags="-s -w" -o tenv ./cmd/tenv \
&& 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 tf ./cmd/tf \
&& go build -ldflags="-s -w" -o tofu ./cmd/tofu

FROM gcr.io/distroless/static:nonroot
Expand Down

0 comments on commit 053856a

Please sign in to comment.