Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kvendingoldo committed Jun 16, 2024
1 parent 573739e commit f246006
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 @@ -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/
Expand Down

0 comments on commit f246006

Please sign in to comment.