diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 5e02bd450..2147164b9 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -47,7 +47,7 @@ RUN fish install --noninteractive VOLUME [ "/var/lib/docker" ] # [Optional] Uncomment if you want to install more global node packages -RUN su node -c "npm install -g pnpm" +RUN su node -c "npm install -g pnpm@^6.32.11" RUN su node -c "npm install -g gitmoji-cli" RUN su node -c "npm install -g azure-functions-core-tools@4 --unsafe-perm true" RUN su node -c "npm install -g azurite"