diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 4fa8b081..60fce827 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,11 @@ { - "image": "mcr.microsoft.com/devcontainers/universal:2", + "image": "mcr.microsoft.com/devcontainers/base:ubuntu", "features": { - "ghcr.io/devcontainers-contrib/features/turborepo-npm:1": {} + "ghcr.io/devcontainers-contrib/features/pnpm:2": { + "version": "latest" + }, + "ghcr.io/devcontainers-contrib/features/turborepo-npm:1": { + "version": "latest" + } } }