Skip to content

Commit f57f1d2

Browse files
author
Eric Stroczynski
authored
[v1.5.x] hack/check-links.sh: pin klakegg/html-proofer image to 3.18.8 to fix dep issue (#4807)
Signed-off-by: Eric Stroczynski <[email protected]>
1 parent 3f40618 commit f57f1d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/check-links.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ docker run --rm -v "$(pwd):/src" -v sdk-html:/src/website/public klakegg/hugo:0.
1111

1212
header_text "Checking links"
1313
# For config explanation: https://github.com/gjtorikian/html-proofer#special-cases-for-the-command-line
14-
docker run --rm -v sdk-html:/target klakegg/html-proofer:latest /target \
14+
docker run --rm -v sdk-html:/target klakegg/html-proofer:3.18.8 /target \
1515
--empty-alt-ignore \
1616
--http-status-ignore 429 \
1717
--allow_hash_href \

0 commit comments

Comments
 (0)