Skip to content

Commit cd341a3

Browse files
committed
ENH: Update doxygen version to 1.13.2
1 parent 549c22f commit cd341a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN ln /usr/bin/dot /usr/sbin/dot
1717

1818
RUN git clone https://github.com/doxygen/doxygen.git && \
1919
( cd doxygen && \
20-
git checkout Release_1_9_3 && \
20+
git checkout Release_1_13_2 && \
2121
mkdir bld && cd bld && \
2222
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release .. && \
2323
ninja install) && \

0 commit comments

Comments
 (0)