From a6816814514b78aae25b040ff4f3369e3eeabfaa Mon Sep 17 00:00:00 2001 From: Gaurav Saini <147703805+gauravsaini04@users.noreply.github.com> Date: Fri, 31 May 2024 14:08:33 +0000 Subject: [PATCH] Alpine - 3.16 - EOL changes --- src/alpine/README.md | 2 +- src/alpine/devcontainer-template.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/alpine/README.md b/src/alpine/README.md index 5f224bb4..d47458d7 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.19 | +| imageVariant | Alpine version: | string | 3.20 | This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata. diff --git a/src/alpine/devcontainer-template.json b/src/alpine/devcontainer-template.json index 14f60299..6dcab7e1 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.1.1", "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": [