fix: update base image tag to avoid mismatched clojure version

This commit is contained in:
rcmerci
2021-02-09 15:53:59 +08:00
committed by Tienson Qin
parent a7cb97c3f2
commit 6485b0925f

View File

@@ -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