bump to 0.8.0 (Karm), pin Obsidian 1.12.7

This commit is contained in:
Nystik
2026-05-16 23:30:08 +02:00
parent 3fed6241bd
commit 80e5c610a5
5 changed files with 29 additions and 4 deletions

View File

@@ -17,6 +17,8 @@ RUN npm run build
# On first run, the entrypoint downloads Obsidian.
FROM node:22-slim
LABEL com.thiefling.ignis.obsidian-version="1.12.7"
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates curl gosu \
&& rm -rf /var/lib/apt/lists/*