Skip to content

Commit

Permalink
chore: bump nodejs version in Dockerfile
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
andelf authored and tiensonqin committed Nov 17, 2021
1 parent 99eeb83 commit c7fa6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
# 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_16.x | bash - && \
apt-get install -y nodejs

RUN curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
Expand Down

0 comments on commit c7fa6ca

Please sign in to comment.