Skip to content

Commit

Permalink
Alpine: Update image variant proposals - add 3.17 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
samruddhikhandale authored Dec 14, 2022
1 parent 01750af commit 7977dec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/alpine/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "alpine",
"version": "1.0.5",
"version": "1.1.0",
"name": "Alpine",
"description": "Simple Alpine container with Git installed.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/alpine",
Expand All @@ -11,11 +11,12 @@
"type": "string",
"description": "Alpine version:",
"proposals": [
"3.17",
"3.16",
"3.15",
"3.14"
],
"default": "3.16"
"default": "3.17"
}
},
"platforms": [
Expand Down

0 comments on commit 7977dec

Please sign in to comment.