Skip to content

Commit 4a7845f

Browse files
fix: pin version of cppcheck
1 parent 78c18c1 commit 4a7845f

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
@@ -41,7 +41,7 @@ RUN git clone --depth=1 https://github.com/gabime/spdlog.git \
4141
&& cd build && make install
4242

4343
# Install cppcheck
44-
RUN git clone --depth=1 https://github.com/danmar/cppcheck.git \
44+
RUN git clone --depth=1 --branch 2.10.3 https://github.com/danmar/cppcheck.git \
4545
&& cd cppcheck \
4646
&& cmake -B build -DHAVE_RULES=ON -DUSE_MATCHCOMPILER=ON -DCMAKE_BUILD_TYPE=RELEASE \
4747
&& cmake --build build --parallel 4 \

0 commit comments

Comments
 (0)