From 390f9884508d9b2fa5d46f24f92730cbf3b69652 Mon Sep 17 00:00:00 2001 From: Kaniska Date: Fri, 23 May 2025 13:16:02 +0000 Subject: [PATCH] Change to remove ubuntu focal references from c++ image templates --- src/cpp-mariadb/devcontainer-template.json | 5 ++--- src/cpp/devcontainer-template.json | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/cpp-mariadb/devcontainer-template.json b/src/cpp-mariadb/devcontainer-template.json index 543cd703..52f4868d 100644 --- a/src/cpp-mariadb/devcontainer-template.json +++ b/src/cpp-mariadb/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp-mariadb", - "version": "3.0.2", + "version": "3.0.3", "name": "C++ & MariaDB", "description": "Develop C++ applications on Linux. Includes Debian C++ build tools.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/cpp-mariadb", @@ -14,8 +14,7 @@ "debian-12", "debian-11", "ubuntu-24.04", - "ubuntu-22.04", - "ubuntu-20.04" + "ubuntu-22.04" ], "default": "debian-11" }, diff --git a/src/cpp/devcontainer-template.json b/src/cpp/devcontainer-template.json index 31ca873c..569f63c6 100644 --- a/src/cpp/devcontainer-template.json +++ b/src/cpp/devcontainer-template.json @@ -1,6 +1,6 @@ { "id": "cpp", - "version": "3.0.2", + "version": "3.0.3", "name": "C++", "description": "Develop C++ applications on Linux. Includes Debian C++ build tools.", "documentationURL": "https://github.com/devcontainers/templates/tree/main/src/cpp", @@ -14,8 +14,7 @@ "debian-12", "debian-11", "ubuntu-24.04", - "ubuntu-22.04", - "ubuntu-20.04" + "ubuntu-22.04" ], "default": "debian-11" },