Skip to content

Commit 4ea0c0e

Browse files
Change to remove ubuntu focal references from c++ image templates (#344)
Co-authored-by: Álvaro Rausell Guiard <[email protected]>
1 parent 660ec31 commit 4ea0c0e

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

src/cpp-mariadb/devcontainer-template.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "cpp-mariadb",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"name": "C++ & MariaDB",
55
"description": "Develop C++ applications on Linux. Includes Debian C++ build tools.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/cpp-mariadb",
@@ -14,8 +14,7 @@
1414
"debian-12",
1515
"debian-11",
1616
"ubuntu-24.04",
17-
"ubuntu-22.04",
18-
"ubuntu-20.04"
17+
"ubuntu-22.04"
1918
],
2019
"default": "debian-11"
2120
},

src/cpp/devcontainer-template.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "cpp",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"name": "C++",
55
"description": "Develop C++ applications on Linux. Includes Debian C++ build tools.",
66
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/cpp",
@@ -14,8 +14,7 @@
1414
"debian-12",
1515
"debian-11",
1616
"ubuntu-24.04",
17-
"ubuntu-22.04",
18-
"ubuntu-20.04"
17+
"ubuntu-22.04"
1918
],
2019
"default": "debian-11"
2120
},

0 commit comments

Comments
 (0)