mirror of
https://github.com/logseq/logseq.git
synced 2026-02-01 22:47:36 +00:00
fix: update base image tag to avoid mismatched clojure version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM clojure:openjdk-11-tools-deps
|
||||
FROM clojure:openjdk-11-tools-deps-1.10.0.442
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_15.x | bash - && \
|
||||
apt-get install -y nodejs
|
||||
|
||||
Reference in New Issue
Block a user