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 d1bbc2b commit a5f329bCopy full SHA for a5f329b
Dockerfile
@@ -65,7 +65,7 @@ RUN install-tool docker-compose v2.40.3
65
RUN install-tool node 24.12.0
66
67
# renovate: datasource=npm
68
-RUN install-tool pnpm 10.26.0
+RUN install-tool pnpm 10.26.1
69
70
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
71
RUN install-tool python 3.14.2
package.json
@@ -18,7 +18,7 @@
18
"prettier": "3.7.4",
19
"prettier-plugin-packagejson": "2.5.20"
20
},
21
- "packageManager": "pnpm@10.26.0",
+ "packageManager": "pnpm@10.26.1",
22
"engines": {
23
"node": "^22.11.0 || >=24.11.0",
24
"pnpm": "^10.0.0"
0 commit comments