We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fb69418 + 3cc4b0a commit 135a9edCopy full SHA for 135a9ed
Dockerfile
@@ -35,7 +35,7 @@ RUN set -x \
35
go get github.com/mitchellh/gox \
36
&& make test \
37
&& make build-all GOOS=linux GOARCH=amd64 \
38
- && mv bin/linux-amd64/terraform-docs /usr/local/bin/terraform-docs; \
+ && mv bin/terraform-docs-latest-linux-amd64 /usr/local/bin/terraform-docs; \
39
# Build terraform-docs > 0.3.0
40
else \
41
make deps \
0 commit comments