diff --git a/src/alpine/README.md b/src/alpine/README.md index 07e417c1..20c8df09 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.21 | +| imageVariant | Alpine version: | string | 3.23 | 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 3c669b36..0fbb2d75 100644 --- a/src/alpine/devcontainer-template.json +++ b/src/alpine/devcontainer-template.json @@ -11,12 +11,12 @@ "type": "string", "description": "Alpine version:", "proposals": [ + "3.23", + "3.22", "3.21", - "3.20", - "3.19", - "3.18" + "3.20" ], - "default": "3.20" + "default": "3.23" } }, "platforms": ["Any"],