提交 a76b9056 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

use Node.js v14 for docker

上级 94916849
......@@ -38,7 +38,7 @@ RUN apt-get update \
&& apt-get purge --auto-remove \
&& rm -rf /tmp/* /var/lib/apt/lists/*
RUN curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - \
RUN curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash - \
&& apt-get update && apt-get install -y --no-install-recommends nodejs \
&& apt-get purge --auto-remove \
&& rm -rf /tmp/* /var/lib/apt/lists/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册