We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549c22f commit cd341a3Copy full SHA for cd341a3
Dockerfile
@@ -17,7 +17,7 @@ RUN ln /usr/bin/dot /usr/sbin/dot
17
18
RUN git clone https://github.com/doxygen/doxygen.git && \
19
( cd doxygen && \
20
- git checkout Release_1_9_3 && \
+ git checkout Release_1_13_2 && \
21
mkdir bld && cd bld && \
22
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release .. && \
23
ninja install) && \
0 commit comments