diff --git a/.devcontainer.json b/.devcontainer.json index c1c5c00..a96a8eb 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -2,7 +2,7 @@ "name": "Java", "image": "mcr.microsoft.com/vscode/devcontainers/base:1-ubuntu-24.04", "features": { - "ghcr.io/devcontainers/features/java:latest": { + "ghcr.io/devcontainers/features/java:":1 { "installMaven": true } }