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