-
Notifications
You must be signed in to change notification settings - Fork 329
Description
Bug description
Astro project requires pnpm
version 7.9.5, its workspace open with version 7.9
.
Running https://gitpod.io/#imagebuild/https://github.com/withastro/astro
shows the build process is indeed updated pnpm to version 7.9.5, but opening a new workspace afterwards still have pnpm version 7.9
Steps to reproduce
Build image - https://gitpod.io/#imagebuild/https://github.com/withastro/astro
Confirm you can see in the build preview that its updating to version 7.9.5
Open a new workspace of that repo
Still stuck in version 7.9 :(
Workspace affected
No response
Expected behavior
After a program (pnpm) was updated during the build of custom docker image, we expect that latest version to be available in every new workspace of that repo.
Example repository
https://github.com/withastro/astro
Anything else?
Related Astro issue - withastro/astro#4120