Skip to content

Commit e20da5c

Browse files
committed
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 [email protected]
1010

0 commit comments

Comments
 (0)