Skip to content

Commit

Permalink
fix: update base image tag to avoid mismatched clojure version
Browse files Browse the repository at this point in the history
  • Loading branch information
RCmerci authored and tiensonqin committed Feb 9, 2021
1 parent a7cb97c commit 6485b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6485b09

Please sign in to comment.