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 c54af5f commit 3b33442Copy full SHA for 3b33442
package.json
@@ -338,9 +338,6 @@
338
"express": "^4.21.0",
339
"protobufjs": "^7.2.2"
340
},
341
- "optionalDependencies": {
342
- "@rolldown/binding-linux-x64-gnu": "1.0.0-beta.45"
343
- },
344
"devDependencies": {
345
"@eslint/eslintrc": "^3.3.1",
346
"@firebase/api-documenter": "^0.2.0",
@@ -393,4 +390,4 @@
393
390
"engines": {
394
391
"node": ">=18.0.0"
395
392
}
396
-}
+}
scripts/publish-container/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:22
+FROM node:22.21.1
2
3
# Install dependencies
4
RUN apt-get update && \
0 commit comments