From b7f76f513bb7552c3dcdb7bce1017187ee7c0051 Mon Sep 17 00:00:00 2001 From: Stoney Jackson Date: Sat, 30 May 2026 01:27:55 +0000 Subject: [PATCH 1/2] feat: upgrade to ubuntu-26.04, java 21, python 3.12 --- .devcontainer/devcontainer.json | 8 ++++---- .devcontainer/features/plcc/devcontainer-feature.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4918606..f07ca68 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,9 +1,9 @@ { "name": "PLCC", - "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu-26.04", "features": { - "ghcr.io/devcontainers/features/java:1": { "version": "17" }, - "ghcr.io/devcontainers/features/python:1": { "version": "3.11" }, - "./features/plcc": { "version": "v8.0.2" } + "ghcr.io/devcontainers/features/java:1": { "version": "21" }, + "ghcr.io/devcontainers/features/python:1": { "version": "3.12" }, + "./features/plcc": { "version": "v8.0.3" } } } diff --git a/.devcontainer/features/plcc/devcontainer-feature.json b/.devcontainer/features/plcc/devcontainer-feature.json index b2ea733..7b4e36c 100644 --- a/.devcontainer/features/plcc/devcontainer-feature.json +++ b/.devcontainer/features/plcc/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "plcc", - "version": "1.0.0", + "version": "1.1.0", "name": "PLCC", "description": "Installs PLCC (Programming Language Compiler Compiler)", "options": { From a5b6cab885ec8e91847ab5f6c1ab45c6cb4d256f Mon Sep 17 00:00:00 2001 From: Stoney Jackson Date: Sat, 30 May 2026 01:38:48 +0000 Subject: [PATCH 2/2] fix(ubuntu): bump to latest LTS --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index f07ca68..ccfbfcd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,7 @@ { "name": "PLCC", - "image": "mcr.microsoft.com/devcontainers/base:ubuntu-26.04", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu", + "features": { "ghcr.io/devcontainers/features/java:1": { "version": "21" }, "ghcr.io/devcontainers/features/python:1": { "version": "3.12" },