update server to net 8

This commit is contained in:
Stanley Dimant
2024-04-28 00:55:22 +02:00
parent e7a5ad3730
commit a3f57a5fff
12 changed files with 51 additions and 49 deletions

View File

@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/dotnet/sdk:7.0 as BUILD
FROM mcr.microsoft.com/dotnet/sdk:8.0 as BUILD
RUN git clone --recurse-submodules https://github.com/Penumbra-Sync/server
@@ -10,7 +10,7 @@ RUN dotnet publish \
--output=/MareSynchronosServices \
MareSynchronosServices.csproj
FROM mcr.microsoft.com/dotnet/aspnet:7.0
FROM mcr.microsoft.com/dotnet/aspnet:8.0
RUN adduser \
--disabled-password \