Skip to content

Commit 7352cce

Browse files
Update dotnet monorepo to v8
1 parent ea7ed7f commit 7352cce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnet-core-dotnet-core/Dockerfile copy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#####
2-
FROM mcr.microsoft.com/dotnet/aspnet:6.0 AS base
2+
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
33
WORKDIR /app
44
EXPOSE 80
55

6-
FROM mcr.microsoft.com/dotnet/sdk:6.0 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
77
WORKDIR /src
88
COPY ["aspnet-core-dotnet-core/aspnet-core-dotnet-core.csproj", "aspnet-core-dotnet-core/"]
99
RUN dotnet restore "aspnet-core-dotnet-core/aspnet-core-dotnet-core.csproj"

0 commit comments

Comments
 (0)