Skip to content

Commit b6621b1

Browse files
committed
Version 2.14.2
1 parent 737a226 commit b6621b1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM python:3.11.5-slim-bookworm AS base
1+
FROM python:3.13.0-slim-bookworm AS base
22

3-
ENV CPPCHECK_VERSION=2.12.1
3+
ENV CPPCHECK_VERSION=2.14.2
44

55
WORKDIR /tmp/cppcheck
66

@@ -16,7 +16,7 @@ RUN apt-get update -y \
1616
&& make install USE_Z3=yes HAVE_RULES=yes MATCHCOMPILER=yes FILESDIR=/etc/cppcheck CXXFLAGS="-O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-unused-function" \
1717
&& echo -e "#!/bin/sh\ncppcheck --dump .\n misra.py \`find . -name '*.dump' | tr '\n' ' '\` 2> misra-report.txt" > /usr/bin/misra && chmod +x /usr/bin/misra
1818

19-
FROM python:3.11.5-slim-bookworm
19+
FROM python:3.13.0-slim-bookworm
2020
RUN pip install --trusted-host pypi.org pygments \
2121
&& apt-get update -y \
2222
&& apt-get install -y --no-install-recommends \

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ Here is the versions matrix of the image:
3737

3838
| TAG | CPPCHECK VERSION | BASE IMAGE |
3939
|:------------------------------------------------------:|:------------------------------------------------------------:|:------------------------------------------------------:|
40-
| [latest](https://github.com/facthunder/cppcheck/pkgs/container/cppcheck/2.12.1) | [2.12.1](https://github.com/danmar/cppcheck/releases/tag/2.12.1) | [python:3.11.5-slim-bookworm](https://hub.docker.com/_/python) |
40+
| [latest](https://github.com/facthunder/cppcheck/pkgs/container/cppcheck/2.14.2) | [2.14.2](https://github.com/danmar/cppcheck/releases/tag/2.14.2) | [python:3.13.0-slim-bookworm](https://hub.docker.com/_/python) |
41+
| [2.14.2](https://github.com/facthunder/cppcheck/pkgs/container/cppcheck/2.14.2) | [2.14.2](https://github.com/danmar/cppcheck/releases/tag/2.14.2) | [python:3.13.0-slim-bookworm](https://hub.docker.com/_/python) |
4142
| [2.12.1](https://github.com/facthunder/cppcheck/pkgs/container/cppcheck/2.12.1) | [2.12.1](https://github.com/danmar/cppcheck/releases/tag/2.12.1) | [python:3.11.5-slim-bookworm](https://hub.docker.com/_/python) |
4243
| [2.7](https://github.com/facthunder/cppcheck/pkgs/container/cppcheck/2.7) | [2.7](https://github.com/danmar/cppcheck/releases/tag/2.7) | [python:3.8.5-slim-buster](https://hub.docker.com/_/python) |
4344
| [2.6](https://github.com/facthunder/cppcheck/pkgs/container/cppcheck/2.6) | [2.6](https://github.com/danmar/cppcheck/releases/tag/2.6) | [python:3.8.5-slim-buster](https://hub.docker.com/_/python) |
@@ -59,6 +60,6 @@ If you experienced a problem with the plugin please open an issue. Inside this i
5960
If you want to do a PR, please put inside of it the reason of this pull request. If this pull request fix an issue please insert the number of the issue or explain inside of the PR how to reproduce this issue.
6061

6162
### License
62-
Copyright 2021 Facthunder.
63+
Copyright 2024 Facthunder.
6364

6465
Licensed under the [GNU General Public License, Version 3.0](https://www.gnu.org/licenses/gpl.txt)

0 commit comments

Comments
 (0)