We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af672b1 commit e20da5cCopy full SHA for e20da5c
docs/Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app/
4
5
# Install NodeJS
6
# --------------
7
-RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
+RUN curl -fsSL https://deb.nodesource.com/setup_16.x | sudo -E bash -
8
RUN apt-get install -yq nodejs build-essential
9
RUN npm install -g [email protected]
10
0 commit comments