浏览代码

fix clojure version in Docker container

Dima Gerasimov 4 年之前
父节点
当前提交
8638c7f292
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -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 - && \
 RUN curl -sL https://deb.nodesource.com/setup_15.x | bash - && \
     apt-get install -y nodejs
     apt-get install -y nodejs