Skip to content

Commit f820bef

Browse files
authored
Merge pull request #1142 from cjcullen/patch-1
Update mdbook to 0.4.5 to fix CVE-2020-26297
2 parents 5cbe352 + a8cc675 commit f820bef

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)