Skip to content

Commit 6081814

Browse files
committed
2.2_8.x
1 parent 7022284 commit 6081814

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.2
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_8.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)