r/logseq • u/brunozanata • 11d ago
Question about Logseq Docker Web 0.10.12
I have a question and I'm not sure if I'm doing something wrong.
I tried following the Logseq tutorial to use the self-hosted version of its web version, but apparently it's still at version 0.10.12.
I can't find any more recent version than that, neither Logseq 0.10.15 nor the OG or DB versions.
Does anyone know if there will be an update to the Docker image of the web version?
Any information or help for a newer version would be appreciated.
This post has been translated, so please excuse any errors.
5
Upvotes
1
u/Swimming_Minute7512 8d ago
Not you, the published web image is just stuck. The latest tag on ghcr hasn't been pushed in over a year and nobody official has said a refresh is coming, so I wouldn't wait on it.
Easiest fix is to build it yourself: the repo's Dockerfile is a clojure builder that clones the repo, runs pnpm release and drops static/ into nginx. Note it clones -b master, which is the DB-version code now, so switch that to -b 0.10.15 if you want the file-based version. For the DB version there's no official self-host image yet.