We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7022284 commit 6081814Copy full SHA for 6081814
Dockerfile
@@ -3,7 +3,7 @@ FROM mcr.microsoft.com/dotnet/core/sdk:2.2
3
# Install NodeJs
4
RUN apt-get update \
5
&& apt-get install curl \
6
- && curl -sL https://deb.nodesource.com/setup_12.x | bash - \
+ && curl -sL https://deb.nodesource.com/setup_8.x | bash - \
7
&& apt-get install -y nodejs \
8
&& echo 'node verions:' $(node -v) \
9
&& echo 'npm version:' $(npm -v)
0 commit comments