diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 189ef000b..9cffd7e87 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,7 +6,9 @@ "workspaceFolder": "/workspace", "shutdownAction": "stopCompose", "features": { - "ghcr.io/devcontainers-contrib/features/poetry:2": {}, + "ghcr.io/devcontainers-contrib/features/poetry:2": { + "version": "1.8.5" + }, "ghcr.io/devcontainers-contrib/features/bash-command:1": { "command": "poetry self add poetry-polylith-plugin" },