From c19cefde43cadda966822982b58a8efbfe361b1c Mon Sep 17 00:00:00 2001 From: Zabuzard Date: Tue, 1 Jul 2025 11:38:45 +0200 Subject: [PATCH] Bump devcontainer from Java 18 to 24 --- .devcontainer/devcontainer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index afe5444f91..8b335103a5 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -8,7 +8,7 @@ }, "features": { "ghcr.io/devcontainers/features/java:1": { - "version": "18.0.2.1-tem", + "version": "24-tem", "jdkDistro": "tem", "installGradle": true }, @@ -35,4 +35,4 @@ "postCreateCommand": { "config": "cp application/config.json.template application/config.json" } -} \ No newline at end of file +}