We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3412bef commit 396e706Copy full SHA for 396e706
.devcontainer/Dockerfile
@@ -4,4 +4,4 @@ RUN apt update
4
RUN apt install -y postgresql-common
5
RUN YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
6
RUN apt install -y postgresql-client-17
7
-RUN su node -c "npm install -g pnpm@9.15.0"
+RUN su node -c "npm install -g pnpm@9.15.2"
package.json
@@ -36,7 +36,7 @@
36
"engines": {
37
"node": ">=20.0.0"
38
},
39
- "packageManager": "pnpm@9.15.0",
+ "packageManager": "pnpm@9.15.2",
40
"pnpm": {
41
"overrides": {
42
"sodium-native": "4.2.0"
0 commit comments