Skip to content

Commit 6620da0

Browse files
Update dotnet monorepo to v10
1 parent caf2a7b commit 6620da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build-env
5+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build-env
66

77
# Install Node.js 18
88
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - \
@@ -27,7 +27,7 @@ COPY . ./
2727
RUN dotnet build Emulsion.MessageArchive.Frontend # required to publish the frontend resources
2828
RUN dotnet publish Emulsion -c Release -o /app/out
2929

30-
FROM mcr.microsoft.com/dotnet/aspnet:9.0
30+
FROM mcr.microsoft.com/dotnet/aspnet:10.0
3131
WORKDIR /app
3232
COPY --from=build-env /app/out .
3333
ENTRYPOINT ["dotnet", "Emulsion.dll"]

0 commit comments

Comments
 (0)