Skip to content

Commit 3c2276b

Browse files
committed
Update to 2.16.0
1 parent cf86001 commit 3c2276b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

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

3-
ENV CPPCHECK_VERSION=2.15.0
3+
ENV CPPCHECK_VERSION=2.16.0
44

55
WORKDIR /tmp/cppcheck
66

README.md

+2-1
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.15.0) | [2.15.0](https://github.com/danmar/cppcheck/releases/tag/2.15.0) | [python:3.13.0-slim-bookworm](https://hub.docker.com/_/python) |
40+
| [latest](https://github.com/facthunder/cppcheck/pkgs/container/cppcheck/2.16.0) | [2.16.0](https://github.com/danmar/cppcheck/releases/tag/2.16.0) | [python:3.13.0-slim-bookworm](https://hub.docker.com/_/python) |
41+
| [2.16.0](https://github.com/facthunder/cppcheck/pkgs/container/cppcheck/2.16.0) | [2.16.0](https://github.com/danmar/cppcheck/releases/tag/2.16.0) | [python:3.13.0-slim-bookworm](https://hub.docker.com/_/python) |
4142
| [2.15.0](https://github.com/facthunder/cppcheck/pkgs/container/cppcheck/2.15.0) | [2.15.0](https://github.com/danmar/cppcheck/releases/tag/2.15.0) | [python:3.13.0-slim-bookworm](https://hub.docker.com/_/python) |
4243
| [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) |
4344
| [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) |

0 commit comments

Comments
 (0)