From 2aaa74a2e5aaab9e07b51a76f385172626eb79dd Mon Sep 17 00:00:00 2001 From: Frityet Date: Thu, 16 Oct 2025 15:51:08 +0100 Subject: [PATCH] Add llvm 21 and bump version --- devcontainer-feature.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/devcontainer-feature.json b/devcontainer-feature.json index f32a7f4..5d8c11f 100644 --- a/devcontainer-feature.json +++ b/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "llvm", - "version": "3.2.0", + "version": "3.3.0", "name": "llvm", "documentationURL": "https://github.com/devcontainers-community/features-llvm", "description": "Installs llvm on debian based systems", @@ -9,6 +9,7 @@ "type": "string", "proposals": [ "latest", + "21", "20", "19", "18", @@ -24,3 +25,4 @@ "ghcr.io/devcontainers/features/common-utils" ] } +