Skip to content
Merged
Changes from 2 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
7 changes: 3 additions & 4 deletions src/ubuntu/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ubuntu",
"version": "1.3.2",
"version": "1.3.3",
Comment thread
Kaniska244 marked this conversation as resolved.
Outdated
"name": "Ubuntu",
"description": "A simple Ubuntu container with Git and other common utilities installed.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ubuntu",
Expand All @@ -12,10 +12,9 @@
"description": "Ubuntu version (use ubuntu-22.04 or ubuntu-24.04 on local arm64/Apple Silicon):",
"proposals": [
"noble",
"jammy",
"focal"
"jammy"
],
"default": "jammy"
"default": "noble"
}
},
"platforms": ["Any"],
Expand Down