We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8363d95 commit 244e7eaCopy full SHA for 244e7ea
Dockerfile
@@ -59,7 +59,7 @@ RUN install-tool docker v27.5.1
59
RUN install-tool node 22.13.1
60
61
# renovate: datasource=npm
62
-RUN install-tool pnpm 10.1.0
+RUN install-tool pnpm 10.2.0
63
64
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
65
RUN install-tool python 3.13.2
package.json
@@ -18,7 +18,7 @@
18
"prettier": "3.4.2",
19
"prettier-plugin-packagejson": "2.5.8"
20
},
21
- "packageManager": "pnpm@10.1.0",
+ "packageManager": "pnpm@10.2.0",
22
"engines": {
23
"node": "^22.11.0",
24
"pnpm": "^10.0.0"
0 commit comments