From 11634ff6825f0efbb4011f5cab5f8c67b7dae305 Mon Sep 17 00:00:00 2001 From: Richard Anthony Date: Thu, 3 Jul 2025 04:31:26 +0000 Subject: [PATCH] Update devcontainer-template.json --- src/color/devcontainer-template.json | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/src/color/devcontainer-template.json b/src/color/devcontainer-template.json index a64d31c..93a855b 100644 --- a/src/color/devcontainer-template.json +++ b/src/color/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "color", - "version": "1.0.0", + "version": "26.7.1", "name": "My Favorite Color", "description": "A Template to remind you of your favorite color", "documentationURL": "https://github.com/devcontainers/template-starter/tree/main/src/color", @@ -9,24 +9,15 @@ "imageVariant": { "type": "string", "description": "Debian version (use bullseye on local arm64/Apple Silicon):", - "proposals": [ - "bullseye", - "buster" - ], + "proposals": ["bullseye", "buster"], "default": "bullseye" }, "favorite": { "type": "string", "description": "Choose your favorite color.", - "proposals": [ - "red", - "gold", - "green" - ], + "proposals": ["red", "gold", "green"], "default": "red" } }, - "platforms": [ - "Any" - ] + "platforms": ["Any"] }