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 9328f53 commit 0b31a1eCopy full SHA for 0b31a1e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24.11.0-alpine AS base-image
+FROM node:24.11.1-alpine AS base-image
2
3
ENV CI=true
4
package.json
@@ -31,7 +31,7 @@
31
"license": "GPL-3.0-only",
32
"main": "src/generator.js",
33
"name": "dargstack_rgen",
34
- "packageManager": "pnpm@10.21.0",
+ "packageManager": "pnpm@10.22.0",
35
"repository": "https://github.com/dargstack/dargstack_rgen.git",
36
"scripts": {
37
"lint": "eslint --cache",
0 commit comments