Skip to content

Commit 73296af

Browse files
committed
1 parent af672b1 commit 73296af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app/
44

55
# Install NodeJS
66
# --------------
7-
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
7+
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash -
88
RUN apt-get install -yq nodejs build-essential
99
RUN npm install -g [email protected]
1010

0 commit comments

Comments
 (0)