We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c56c8f commit 815ee50Copy full SHA for 815ee50
2 files changed
Dockerfile
@@ -59,7 +59,7 @@ RUN install-tool docker v28.2.2
59
RUN install-tool node 22.16.0
60
61
# renovate: datasource=npm
62
-RUN install-tool pnpm 10.11.1
+RUN install-tool pnpm 10.12.1
63
64
# renovate: datasource=github-releases packageName=containerbase/python-prebuild
65
RUN install-tool python 3.13.4
package.json
@@ -18,7 +18,7 @@
18
"prettier": "3.5.3",
19
"prettier-plugin-packagejson": "2.5.15"
20
},
21
- "packageManager": "pnpm@10.11.1",
+ "packageManager": "pnpm@10.12.1",
22
"engines": {
23
"node": "^22.11.0",
24
"pnpm": "^10.0.0"
0 commit comments