From 4c8187f069a0c93d315f4ba4ebfccc9be7bebb23 Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Mon, 3 Jun 2024 21:53:14 +0530 Subject: [PATCH] Alpine - Support 3.20 & EOL 3.16 (#259) * Alpine - 3.16 - EOL changes * requested change --- src/alpine/devcontainer-template.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/alpine/devcontainer-template.json b/src/alpine/devcontainer-template.json index 14f60299..a5b41fab 100644 --- a/src/alpine/devcontainer-template.json +++ b/src/alpine/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "alpine", - "version": "3.1.0", + "version": "3.2.0", "name": "Alpine", "description": "Simple Alpine container with Git installed.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/alpine", @@ -11,12 +11,12 @@ "type": "string", "description": "Alpine version:", "proposals": [ + "3.20", "3.19", "3.18", - "3.17", - "3.16" + "3.17" ], - "default": "3.19" + "default": "3.20" } }, "platforms": [