We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f7b2aa + d1d2f9a commit c5538d9Copy full SHA for c5538d9
Dockerfile
@@ -9,7 +9,7 @@ RUN dotnet restore "app/AspNetCoreVueStarter.csproj"
9
COPY . .
10
RUN apt-get update -yq
11
RUN apt-get install curl gnupg -yq
12
-RUN curl -sL https://deb.nodesource.com/setup_13.x | bash -
+RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
13
RUN apt-get install -y nodejs
14
RUN dotnet build "/src/AspNetCoreVueStarter.csproj" -c Release -o /app/build
15
0 commit comments