From 5a10a85f07088ec58abfd5a4dc1b5e1648a557db Mon Sep 17 00:00:00 2001 From: hiromasa Date: Thu, 5 Oct 2023 09:01:26 +0000 Subject: [PATCH] [build] update codespace container --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e42ef97..6e365a4 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "mcr.microsoft.com/devcontainers/universal:2.5.6-linux", + "image": "mcr.microsoft.com/devcontainers/java:11-bullseye", "postCreateCommand": "bash .devcontainer/build-codespaces-container.sh", "customizations": { "vscode": {