Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d1d2f9a

Browse files
Fix docker build error
1 parent 3f7b2aa commit d1d2f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN dotnet restore "app/AspNetCoreVueStarter.csproj"
99
COPY . .
1010
RUN apt-get update -yq
1111
RUN apt-get install curl gnupg -yq
12-
RUN curl -sL https://deb.nodesource.com/setup_13.x | bash -
12+
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
1313
RUN apt-get install -y nodejs
1414
RUN dotnet build "/src/AspNetCoreVueStarter.csproj" -c Release -o /app/build
1515

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /