We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca6fcda commit 5b49057Copy full SHA for 5b49057
2 files changed
Dockerfile
@@ -65,7 +65,7 @@ RUN install-tool docker-compose v2.40.3
65
RUN install-tool node 24.15.0
66
67
# renovate: datasource=npm
68
-RUN install-tool pnpm 11.0.4
+RUN install-tool pnpm 11.0.5
69
70
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
71
RUN install-tool python 3.14.4
package.json
@@ -18,7 +18,7 @@
18
"prettier": "3.8.3",
19
"prettier-plugin-packagejson": "2.5.22"
20
},
21
- "packageManager": "pnpm@11.0.4",
+ "packageManager": "pnpm@11.0.5",
22
"engines": {
23
"node": "^22.11.0 || >=24.11.0",
24
"pnpm": "^11.0.0"
0 commit comments