Skip to content

Commit

Permalink
Version 2.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
begarco committed Oct 10, 2024
1 parent 737a226 commit b6621b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.11.5-slim-bookworm AS base
FROM python:3.13.0-slim-bookworm AS base

ENV CPPCHECK_VERSION=2.12.1
ENV CPPCHECK_VERSION=2.14.2

WORKDIR /tmp/cppcheck

Expand All @@ -16,7 +16,7 @@ RUN apt-get update -y \
&& make install USE_Z3=yes HAVE_RULES=yes MATCHCOMPILER=yes FILESDIR=/etc/cppcheck CXXFLAGS="-O2 -DNDEBUG -Wall -Wno-sign-compare -Wno-unused-function" \
&& 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

FROM python:3.11.5-slim-bookworm
FROM python:3.13.0-slim-bookworm
RUN pip install --trusted-host pypi.org pygments \
&& apt-get update -y \
&& apt-get install -y --no-install-recommends \
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ Here is the versions matrix of the image:

| TAG | CPPCHECK VERSION | BASE IMAGE |
|:------------------------------------------------------:|:------------------------------------------------------------:|:------------------------------------------------------:|
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
| [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) |
Expand All @@ -59,6 +60,6 @@ If you experienced a problem with the plugin please open an issue. Inside this i
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.

### License
Copyright 2021 Facthunder.
Copyright 2024 Facthunder.

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

0 comments on commit b6621b1

Please sign in to comment.