From 320f31cb1752f5b5870c7658f51b5c41d55c91ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 27 Jul 2026 18:21:30 +0000 Subject: [PATCH] fix: update PLCC to v8.0.4 --- .devcontainer/devcontainer.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index ccfbfcd..1d2d67d 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,10 +1,15 @@ { "name": "PLCC", "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" }, - "./features/plcc": { "version": "v8.0.3" } + "ghcr.io/devcontainers/features/java:1": { + "version": "21" + }, + "ghcr.io/devcontainers/features/python:1": { + "version": "3.12" + }, + "./features/plcc": { + "version": "v8.0.4" + } } }