mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix clojure version in Docker container
This commit is contained in:
committed by
Tienson Qin
parent
d485f5ab33
commit
8638c7f292
@@ -1,4 +1,5 @@
|
||||
FROM clojure:openjdk-11-tools-deps-1.10.0.442
|
||||
# NOTE: please keep it in sync with .github pipelines
|
||||
FROM clojure:openjdk-11-tools-deps-1.10.1.727
|
||||
|
||||
RUN curl -sL https://deb.nodesource.com/setup_15.x | bash - && \
|
||||
apt-get install -y nodejs
|
||||
|
||||
Reference in New Issue
Block a user