Skip to content

Commit 04ac077

Browse files
authored
Merge pull request #28 from Facthunder/2.7
Update to 2.7
2 parents 26803d9 + 220aa07 commit 04ac077

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.8.5-slim-buster AS base
22

3-
ENV CPPCHECK_VERSION=2.6
3+
ENV CPPCHECK_VERSION=2.7
44

55
WORKDIR /tmp/cppcheck
66

README.md

Lines changed: 2 additions & 1 deletion
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.6) | [2.6](https://github.com/danmar/cppcheck/releases/tag/2.6) | [python:3.8.5-slim-buster](https://hub.docker.com/_/python) |
40+
| [latest](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) |
41+
| [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) |
4142
| [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) |
4243
| [2.5](https://github.com/facthunder/cppcheck/pkgs/container/cppcheck/2.5) | [2.5](https://github.com/danmar/cppcheck/releases/tag/2.5) | [python:3.8.5-slim-buster](https://hub.docker.com/_/python) |
4344
| [2.4.1](https://hub.docker.com/r/facthunder/cppcheck) |[2.4.1](https://github.com/danmar/cppcheck/releases/tag/2.4.1)| [python:3.8.5-slim-buster](https://hub.docker.com/_/python) |

0 commit comments

Comments
 (0)