Skip to content

Commit

Permalink
ubuntu-24.04-noble release changes (#253)
Browse files Browse the repository at this point in the history
* ubuntu-24.04-noble release changes

* Update src/ubuntu/devcontainer-template.json

* Update src/ubuntu/devcontainer-template.json

---------

Co-authored-by: Samruddhi Khandale <samruddhikhandale@github.com>
  • Loading branch information
gauravsaini04 and samruddhikhandale authored May 9, 2024
1 parent 20649e0 commit 5d468fa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/ubuntu/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ubuntu",
"version": "1.2.0",
"version": "1.3.0",
"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 @@ -9,8 +9,9 @@
"options": {
"imageVariant": {
"type": "string",
"description": "Ubuntu version (use ubuntu-22.04 on local arm64/Apple Silicon):",
"description": "Ubuntu version (use ubuntu-22.04 or ubuntu-24.04 on local arm64/Apple Silicon):",
"proposals": [
"noble",
"jammy",
"focal"
],
Expand Down

0 comments on commit 5d468fa

Please sign in to comment.