Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e20da5c

Browse files
committedJun 15, 2023
1 parent af672b1 commit e20da5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎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 | sudo -E bash -
88
RUN apt-get install -yq nodejs build-essential
99
RUN npm install -g npm@8.5.0
1010

0 commit comments

Comments
 (0)
Please sign in to comment.