Skip to content

Commit

Permalink
fix cppcheck version
Browse files Browse the repository at this point in the history
  • Loading branch information
samm-git committed Jan 2, 2024
1 parent 2c6870c commit 72c0050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ RUN cd /tmp && wget http://ftp.plusline.de/FreeBSD/releases/amd64/14.0-RELEASE/b
&& rm -f /tmp/base.txz

# Install cppcheck
RUN v=2.13 \
RUN v=2.13.0 \
&& cd /tmp \
&& wget -O cppcheck-$v.tar.gz https://github.com/danmar/cppcheck/archive/$v.tar.gz \
&& tar -xf cppcheck-$v.tar.gz \
Expand Down

0 comments on commit 72c0050

Please sign in to comment.