From 4fe1938c1c34395a5fd4b4c140b19587b5d54434 Mon Sep 17 00:00:00 2001 From: Kaniska Date: Tue, 31 Dec 2024 20:14:19 +0530 Subject: [PATCH 1/2] Upgrade Alpine 3.21 --- src/alpine/devcontainer-template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/alpine/devcontainer-template.json b/src/alpine/devcontainer-template.json index 8ce550f..d496526 100644 --- a/src/alpine/devcontainer-template.json +++ b/src/alpine/devcontainer-template.json @@ -11,10 +11,10 @@ "type": "string", "description": "Alpine version:", "proposals": [ + "3.21", "3.20", "3.19", - "3.18", - "3.17" + "3.18" ], "default": "3.20" } From a1b3d53a9d5845020c30e8f97c28373632776327 Mon Sep 17 00:00:00 2001 From: Kaniska Date: Tue, 31 Dec 2024 20:17:01 +0530 Subject: [PATCH 2/2] Upgrade Alpine 3.21 --- src/alpine/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alpine/README.md b/src/alpine/README.md index d47458d..07e417c 100644 --- a/src/alpine/README.md +++ b/src/alpine/README.md @@ -7,7 +7,7 @@ Simple Alpine container with Git installed. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| imageVariant | Alpine version: | string | 3.20 | +| imageVariant | Alpine version: | string | 3.21 | This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.