Skip to content

Commit e696112

Browse files
authored
[CI] Pin jazzy version to 0.13.7 (#408)
1 parent da5da25 commit e696112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y lsof dnsutils netcat-openbsd net-tools
2020
RUN apt-get update && apt-get install -y ruby ruby-dev libsqlite3-dev build-essential
2121
# switch of gem docs building
2222
RUN echo "gem: --no-document" > ~/.gemrc
23-
RUN if [ "${ubuntu_version}" != "xenial" ] ; then gem install jazzy ; fi
23+
RUN if [ "${ubuntu_version}" != "xenial" ] ; then gem install jazzy -v 0.13.7 ; fi
2424

2525
# tools
2626
RUN mkdir -p $HOME/.tools

0 commit comments

Comments
 (0)