Skip to content

Commit

Permalink
Alpine - Support 3.20 & EOL 3.16 (#259)
Browse files Browse the repository at this point in the history
* Alpine - 3.16 - EOL changes

* requested change
  • Loading branch information
gauravsaini04 authored Jun 3, 2024
1 parent 9309044 commit 4c8187f
Showing 1 changed file with 4 additions and 4 deletions.
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.2.0",
"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 4c8187f

Please sign in to comment.