Skip to content

Commit 9e047f2

Browse files
author
Qin
authored
2.1_10.x
1 parent f03176f commit 9e047f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/dotnet/core/sdk:2.1
33
# Install NodeJs
44
RUN apt-get update \
55
&& apt-get install curl \
6-
&& curl -sL https://deb.nodesource.com/setup_12.x | bash - \
6+
&& curl -sL https://deb.nodesource.com/setup_10.x | bash - \
77
&& apt-get install -y nodejs \
88
&& echo 'node verions:' $(node -v) \
99
&& echo 'npm version:' $(npm -v) \

0 commit comments

Comments
 (0)