From 7977decb8d91413c14cc184f5b08d3e5b27f7efa Mon Sep 17 00:00:00 2001 From: Samruddhi Khandale Date: Wed, 14 Dec 2022 14:58:51 -0800 Subject: [PATCH] Alpine: Update image variant proposals - add 3.17 (#87) --- src/alpine/devcontainer-template.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/alpine/devcontainer-template.json b/src/alpine/devcontainer-template.json index 1c7fd7c1..5874f970 100644 --- a/src/alpine/devcontainer-template.json +++ b/src/alpine/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "alpine", - "version": "1.0.5", + "version": "1.1.0", "name": "Alpine", "description": "Simple Alpine container with Git installed.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/alpine", @@ -11,11 +11,12 @@ "type": "string", "description": "Alpine version:", "proposals": [ + "3.17", "3.16", "3.15", "3.14" ], - "default": "3.16" + "default": "3.17" } }, "platforms": [