diff --git a/README.md b/README.md index 9bb1428..91e2dfd 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ | [clang-tidy](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/clang-tidy) | `clang-tidy` — C++ linter and static analyzer from LLVM | apt | 1.0.0 | | [cloudflare.com/warp-cli](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/cloudflare.com-warp-cli) | `warp-cli` — Cloudflare WARP VPN client | curl | 1.0.1 | | [cmake.org](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/cmake.org) | `cmake` — cross-platform build system generator | apt | 1.0.0 | -| [collection-c-cpp](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/collection-c-cpp) | C/C++ dev collection — cmake, ninja, gdb, valgrind, ccache, cppcheck, clang-format, clang-tidy, distcc, vcpkg, build-essential | meta | 1.0.0 | +| [collection-c-cpp](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/collection-c-cpp) | C/C++ dev collection — cmake, ninja, gdb, valgrind, ccache, cppcheck, clang-format, clang-tidy, distcc, vcpkg, build-essential | meta | 1.0.1 | | [critique.work](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/critique.work) | `critique` — TUI for reviewing git changes | bun | 1.0.0 | | [danmar/cppcheck](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/danmar-cppcheck) | `cppcheck` — static analysis tool for C/C++ code | apt | 1.0.0 | | [delta](https://github.com/devcontainer-community/devcontainer-features/tree/main/src/delta) | `delta` — syntax-highlighting pager for git diffs | gh release | 1.0.1 | diff --git a/src/collection-c-cpp/devcontainer-feature.json b/src/collection-c-cpp/devcontainer-feature.json index 48305ed..217a8d5 100644 --- a/src/collection-c-cpp/devcontainer-feature.json +++ b/src/collection-c-cpp/devcontainer-feature.json @@ -1,20 +1,20 @@ { "name": "collection-c-cpp", "id": "collection-c-cpp", - "version": "1.0.0", + "version": "1.0.1", "description": "C/C++ dev collection — cmake, ninja, gdb, valgrind, ccache, cppcheck, clang-format, clang-tidy, distcc, vcpkg, build-essential", "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/collection-c-cpp", "dependsOn": { - "ghcr.io/devcontainer-community/features/cmake.org:1": {}, - "ghcr.io/devcontainer-community/features/ninja-build.org:1": {}, - "ghcr.io/devcontainer-community/features/sourceware.org-gdb:1": {}, - "ghcr.io/devcontainer-community/features/valgrind.org:1": {}, - "ghcr.io/devcontainer-community/features/ccache.dev:1": {}, - "ghcr.io/devcontainer-community/features/danmar-cppcheck:1": {}, - "ghcr.io/devcontainer-community/features/clang-format:1": {}, - "ghcr.io/devcontainer-community/features/clang-tidy:1": {}, - "ghcr.io/devcontainer-community/features/distcc.org:1": {}, - "ghcr.io/devcontainer-community/features/vcpkg.io:1": {}, - "ghcr.io/devcontainer-community/features/apt-build-essential:1": {} + "ghcr.io/devcontainer-community/devcontainer-features/cmake.org:latest": {}, + "ghcr.io/devcontainer-community/devcontainer-features/ninja-build.org:latest": {}, + "ghcr.io/devcontainer-community/devcontainer-features/sourceware.org-gdb:latest": {}, + "ghcr.io/devcontainer-community/devcontainer-features/valgrind.org:latest": {}, + "ghcr.io/devcontainer-community/devcontainer-features/ccache.dev:latest": {}, + "ghcr.io/devcontainer-community/devcontainer-features/danmar-cppcheck:latest": {}, + "ghcr.io/devcontainer-community/devcontainer-features/clang-format:latest": {}, + "ghcr.io/devcontainer-community/devcontainer-features/clang-tidy:latest": {}, + "ghcr.io/devcontainer-community/devcontainer-features/distcc.org:latest": {}, + "ghcr.io/devcontainer-community/devcontainer-features/vcpkg.io:latest": {}, + "ghcr.io/devcontainer-community/devcontainer-features/apt-build-essential:latest": {} } }