Skip to content

Commit d935df2

Browse files
Update mcr.microsoft.com/dotnet/aspnet Docker tag to v10
1 parent c85d805 commit d935df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)