fix: upgrade to Node 22 — obsidian-headless requires navigator, WebSocket, fetch globals only available in Node 22+
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM node:20-slim
|
||||
FROM node:22-slim
|
||||
|
||||
# Install system dependencies
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user