Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ updates:
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "12-alpine-3.15/"
directory: "12-alpine-3.18/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "12/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
directory: "11-alpine-3.14/"
directory: "11-alpine-3.18/"
schedule:
interval: "weekly"
- package-ecosystem: "docker"
Expand Down
2 changes: 1 addition & 1 deletion 11-alpine-3.14/Dockerfile → 11-alpine-3.18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.14
FROM alpine:3.18

LABEL org.opencontainers.image.source="https://github.com/cpp-linter/clang-tools-docker"
LABEL org.opencontainers.image.description="The Clang Tools Docker image includes the clang-format and clang-tidy."
Expand Down
2 changes: 1 addition & 1 deletion 12-alpine-3.15/Dockerfile → 12-alpine-3.18/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.18

LABEL org.opencontainers.image.source="https://github.com/cpp-linter/clang-tools-docker"
LABEL org.opencontainers.image.description="The Clang Tools Docker image includes the clang-format and clang-tidy."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ You can find clang-tools docker images on Docker Hub [registry](https://hub.dock
* [`15`](https://github.com/cpp-linter/clang-tools-docker/blob/master/15/Dockerfile)
* [`14`](https://github.com/cpp-linter/clang-tools-docker/blob/master/14/Dockerfile)
* [`13`](https://github.com/cpp-linter/clang-tools-docker/blob/master/13/Dockerfile)
* [`12-alpine-edge`](https://github.com/cpp-linter/clang-tools-docker/blob/master/12/alpine-edge/Dockerfile)
* [`12-alpine-3.18`](https://github.com/cpp-linter/clang-tools-docker/blob/master/12-alpine-3.18/Dockerfile)
* [`12`](https://github.com/cpp-linter/clang-tools-docker/blob/master/12/Dockerfile)
* [`11-alpine-3.14`](https://github.com/cpp-linter/clang-tools-docker/blob/master/11/alpine-3.14/Dockerfile)
* [`11-alpine-3.18`](https://github.com/cpp-linter/clang-tools-docker/blob/master/11-alpine-3.18/Dockerfile)
* [`11`](https://github.com/cpp-linter/clang-tools-docker/blob/master/11/Dockerfile)
* [`10`](https://github.com/cpp-linter/clang-tools-docker/blob/master/10/Dockerfile)
* [`9`](https://github.com/cpp-linter/clang-tools-docker/blob/master/9/Dockerfile)
Expand Down