diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4918606..ccfbfcd 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,9 +1,10 @@ { "name": "PLCC", - "image": "mcr.microsoft.com/devcontainers/base:ubuntu-24.04", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu", + "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": {