We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa37011 commit 3872fd7Copy full SHA for 3872fd7
Dockerfile
@@ -65,7 +65,7 @@ RUN install-tool docker-compose v2.40.3
65
RUN install-tool node 24.14.0
66
67
# renovate: datasource=npm
68
-RUN install-tool pnpm 10.31.0
+RUN install-tool pnpm 10.32.0
69
70
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
71
RUN install-tool python 3.14.3
package.json
@@ -18,7 +18,7 @@
18
"prettier": "3.8.1",
19
"prettier-plugin-packagejson": "2.5.22"
20
},
21
- "packageManager": "pnpm@10.31.0",
+ "packageManager": "pnpm@10.32.0",
22
"engines": {
23
"node": "^22.11.0 || >=24.11.0",
24
"pnpm": "^10.0.0"
0 commit comments