Skip to content

Commit 8c53a44

Browse files
committed
Ubuntu focal EOL cpp image.
1 parent 1d98a65 commit 8c53a44

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/ubuntu/devcontainer-template.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "ubuntu",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"name": "Ubuntu",
55
"description": "A simple Ubuntu container with Git and other common utilities installed.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ubuntu",
@@ -12,10 +12,9 @@
1212
"description": "Ubuntu version (use ubuntu-22.04 or ubuntu-24.04 on local arm64/Apple Silicon):",
1313
"proposals": [
1414
"noble",
15-
"jammy",
16-
"focal"
15+
"jammy"
1716
],
18-
"default": "jammy"
17+
"default": "noble"
1918
}
2019
},
2120
"platforms": ["Any"],

0 commit comments

Comments
 (0)