Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit a86bf03

Browse files
authored
Merge pull request #429 from grafana/20221121_hardcode-doc-validator
Ensure the doc-validator is using a particular tag
2 parents fb5949f + 85e044f commit a86bf03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ test:
1717

1818
.PHONY: validate
1919
validate:
20-
docker run -v $(CURDIR)/sources:/docs/sources --rm grafana/doc-validator:latest /docs/sources
20+
docker run -v $(CURDIR)/sources:/docs/sources --rm grafana/doc-validator:v1.5.0 /docs/sources

0 commit comments

Comments
 (0)