You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docker/tools/Dockerfile
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ RUN wget --progress=dot:giga "https://github.com/rui314/mold/archive/refs/tags/v
42
42
&& ninja install \
43
43
&& rm -rf /tmp/* /var/tmp/*
44
44
45
-
ARG CCACHE_VERSION=4.12.1
45
+
ARG CCACHE_VERSION=4.12.2
46
46
RUN wget --progress=dot:giga "https://github.com/ccache/ccache/releases/download/v${CCACHE_VERSION}/ccache-${CCACHE_VERSION}.tar.gz" \
47
47
&& tar xf "ccache-${CCACHE_VERSION}.tar.gz" \
48
48
&& cd "ccache-${CCACHE_VERSION}" \
@@ -59,7 +59,7 @@ RUN apt-get update \
59
59
&& apt-get clean \
60
60
&& rm -rf /var/lib/apt/lists/*
61
61
62
-
ARG DOXYGEN_VERSION=1.15.0
62
+
ARG DOXYGEN_VERSION=1.16.1
63
63
RUN wget --progress=dot:giga "https://github.com/doxygen/doxygen/releases/download/Release_${DOXYGEN_VERSION//./_}/doxygen-${DOXYGEN_VERSION}.src.tar.gz" \
64
64
&& tar xf "doxygen-${DOXYGEN_VERSION}.src.tar.gz" \
65
65
&& cd "doxygen-${DOXYGEN_VERSION}" \
@@ -79,13 +79,13 @@ RUN wget --progress=dot:giga "https://github.com/aras-p/ClangBuildAnalyzer/archi
79
79
&& ninja install \
80
80
&& rm -rf /tmp/* /var/tmp/*
81
81
82
-
ARG GIT_CLIFF_VERSION=2.10.1
82
+
ARG GIT_CLIFF_VERSION=2.11.0
83
83
RUN wget --progress=dot:giga "https://github.com/orhun/git-cliff/releases/download/v${GIT_CLIFF_VERSION}/git-cliff-${GIT_CLIFF_VERSION}-x86_64-unknown-linux-musl.tar.gz" \
84
84
&& tar xf git-cliff-${GIT_CLIFF_VERSION}-x86_64-unknown-linux-musl.tar.gz \
0 commit comments