Skip to content

Commit f7d13c4

Browse files
chore(deps): update dotnet monorepo to v8
1 parent b0e873c commit f7d13c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

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

6-
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
77
WORKDIR /source
88

99
# copy csproj and restore as distinct layers
@@ -16,7 +16,7 @@ RUN dotnet publish -o /app
1616

1717

1818
# final stage/image
19-
FROM mcr.microsoft.com/dotnet/aspnet:7.0
19+
FROM mcr.microsoft.com/dotnet/aspnet:8.0
2020
WORKDIR /app
2121
COPY --from=build /app .
2222
ENTRYPOINT ["./server"]

0 commit comments

Comments
 (0)