From cf860017d28dcad646d232a9890af3d1bee307c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Gar=C3=A7on?= Date: Thu, 10 Oct 2024 22:19:12 +0200 Subject: [PATCH 1/2] Version 2.15.0 --- Dockerfile | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a2092f7..734506b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.13.0-slim-bookworm AS base -ENV CPPCHECK_VERSION=2.14.2 +ENV CPPCHECK_VERSION=2.15.0 WORKDIR /tmp/cppcheck diff --git a/README.md b/README.md index 090fcde..774df8f 100644 --- a/README.md +++ b/README.md @@ -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.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) | +| [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) | +| [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) | | [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) | From 3c2276b03fdc715b56ecb52ebfc7e1dd91a07404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Gar=C3=A7on?= Date: Sat, 30 Nov 2024 21:36:00 +0100 Subject: [PATCH 2/2] Update to 2.16.0 --- Dockerfile | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 734506b..a82f8f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.13.0-slim-bookworm AS base -ENV CPPCHECK_VERSION=2.15.0 +ENV CPPCHECK_VERSION=2.16.0 WORKDIR /tmp/cppcheck diff --git a/README.md b/README.md index 774df8f..ce25998 100644 --- a/README.md +++ b/README.md @@ -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.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) | +| [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) | +| [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) | | [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) | | [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) |