Skip to content

Commit f6bf706

Browse files
authored
Add Alpine 3.21 (#314)
* Upgrade Alpine 3.21 * Upgrade Alpine 3.21 * Alpine upgrade 3.21 version bump
1 parent 42c7cb2 commit f6bf706

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/alpine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Simple Alpine container with Git installed.
77

88
| Options Id | Description | Type | Default Value |
99
|-----|-----|-----|-----|
10-
| imageVariant | Alpine version: | string | 3.20 |
10+
| imageVariant | Alpine version: | string | 3.21 |
1111

1212
This template references an image that was [pre-built](https://containers.dev/implementors/reference/#prebuilding) to automatically include needed devcontainer.json metadata.
1313

src/alpine/devcontainer-template.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "alpine",
3-
"version": "3.3.0",
3+
"version": "3.4.0",
44
"name": "Alpine",
55
"description": "Simple Alpine container with Git installed.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/alpine",
@@ -11,6 +11,7 @@
1111
"type": "string",
1212
"description": "Alpine version:",
1313
"proposals": [
14+
"3.21",
1415
"3.20",
1516
"3.19",
1617
"3.18"

0 commit comments

Comments
 (0)