Skip to content

Commit ad4ab34

Browse files
committed
Migrate docker configuration to .NET 5.0
1 parent 44afe67 commit ad4ab34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
FROM mcr.microsoft.com/dotnet/core/aspnet:3.1-buster-slim AS base
1+
FROM mcr.microsoft.com/dotnet/aspnet:5.0-buster-slim AS base
22
WORKDIR /app
33
EXPOSE 80
44

5-
FROM mcr.microsoft.com/dotnet/core/sdk:3.1 AS build
5+
FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
66
WORKDIR /src
77
COPY ["./AspNetCoreVueStarter.csproj", "app/"]
88
RUN dotnet restore "app/AspNetCoreVueStarter.csproj"

0 commit comments

Comments
 (0)