We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44afe67 commit ad4ab34Copy full SHA for ad4ab34
Dockerfile
@@ -1,8 +1,8 @@
1
-FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim AS base
+FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
2
WORKDIR /app
3
EXPOSE 80
4
5
-FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build
+FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
6
WORKDIR /src
7
COPY ["./AspNetCoreVueStarter.csproj", "app/"]
8
RUN dotnet restore "app/AspNetCoreVueStarter.csproj"
0 commit comments