Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.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.

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