We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d98a65 commit 8c53a44Copy full SHA for 8c53a44
1 file changed
src/ubuntu/devcontainer-template.json
@@ -1,6 +1,6 @@
1
{
2
"id": "ubuntu",
3
- "version": "1.3.2",
+ "version": "1.3.3",
4
"name": "Ubuntu",
5
"description": "A simple Ubuntu container with Git and other common utilities installed.",
6
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ubuntu",
@@ -12,10 +12,9 @@
12
"description": "Ubuntu version (use ubuntu-22.04 or ubuntu-24.04 on local arm64/Apple Silicon):",
13
"proposals": [
14
"noble",
15
- "jammy",
16
- "focal"
+ "jammy"
17
],
18
- "default": "jammy"
+ "default": "noble"
19
}
20
},
21
"platforms": ["Any"],
0 commit comments