Skip to content

Commit 2137528

Browse files
authored
chore: Install Doxygen 1.14.0 in our images (#2682)
1 parent a189eeb commit 2137528

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)