fix version handling

This commit is contained in:
Nystik
2026-03-12 22:46:53 +01:00
parent 1e2971cea0
commit 168024ea4f
7 changed files with 34 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ RUN chmod +x /app/scripts/entrypoint.sh
ENV PORT=8080
ENV VAULT_ROOT=/vaults
ENV OBSIDIAN_VERSION=1.8.9
ENV OBSIDIAN_VERSION=1.12.4
ENV OBSIDIAN_ASSETS_PATH=/app/obsidian-app
EXPOSE 8080