Skip to content

Commit 135a9ed

Browse files
authored
Merge pull request #26 from cytopia/release-0.13
Fix build for master branch
2 parents fb69418 + 3cc4b0a commit 135a9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN set -x \
3535
go get github.com/mitchellh/gox \
3636
&& make test \
3737
&& make build-all GOOS=linux GOARCH=amd64 \
38-
&& mv bin/linux-amd64/terraform-docs /usr/local/bin/terraform-docs; \
38+
&& mv bin/terraform-docs-latest-linux-amd64 /usr/local/bin/terraform-docs; \
3939
# Build terraform-docs > 0.3.0
4040
else \
4141
make deps \

0 commit comments

Comments
 (0)