Skip to content

Commit fb8614b

Browse files
committed
jenkins: update doxygen download location
1 parent aaa026b commit fb8614b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ WORKDIR /tmp
4040

4141
ENV OPENMPI_VERSION="4.1" OPENMPI_MINOR_VERSION="2"
4242
# Install doxygen
43-
RUN wget https://www.doxygen.nl/files/doxygen-1.9.7.linux.bin.tar.gz && \
43+
RUN wget https://github.com/doxygen/doxygen/releases/download/Release_1_9_7/doxygen-1.9.7.linux.bin.tar.gz && \
4444
tar -xzvf doxygen-1.9.7.linux.bin.tar.gz && \
4545
mv doxygen-1.9.7/bin/doxygen /bin/ && \
4646
chmod +x /bin/doxygen && \

0 commit comments

Comments
 (0)