Skip to content

Commit a8cc675

Browse files
authored
Update mdbook to 0.4.5 to fix CVE-2020-26297
See https://blog.rust-lang.org/2021/01/04/mdbook-security-advisory.html for more details. Thanks!
1 parent 5cbe352 commit a8cc675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/install-and-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ cd "${KUBE_ROOT}" || exit 1
2323

2424
os=$(go env GOOS)
2525
arch=$(go env GOARCH)
26-
mdBookVersion="v0.4.3"
26+
mdBookVersion="v0.4.5"
2727

2828
# translate arch to rust's conventions (if we can)
2929
if [[ ${arch} == "amd64" ]]; then

0 commit comments

Comments
 (0)