Skip to content

Commit

Permalink
Alpine - 3.16 - EOL changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 committed May 31, 2024
1 parent 59954b8 commit a681681
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/alpine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions src/alpine/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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": [
Expand Down

0 comments on commit a681681

Please sign in to comment.