Skip to content

Commit b3f34bb

Browse files
authored
Merge branch 'develop' into doxygen_1.14.0
2 parents 80cb1b2 + 2137528 commit b3f34bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RUN apt-get update \
5151
&& apt-get clean \
5252
&& rm -rf /var/lib/apt/lists/*
5353

54-
ARG DOXYGEN_VERSION=1.12.0
54+
ARG DOXYGEN_VERSION=1.14.0
5555
RUN wget --progress=dot:giga "https://github.com/doxygen/doxygen/releases/download/Release_${DOXYGEN_VERSION//./_}/doxygen-${DOXYGEN_VERSION}.src.tar.gz" \
5656
&& tar xf "doxygen-${DOXYGEN_VERSION}.src.tar.gz" \
5757
&& cd "doxygen-${DOXYGEN_VERSION}" \

0 commit comments

Comments
 (0)