From 616b96981d98ddd485a09483fc5a87cdb28cb0ba Mon Sep 17 00:00:00 2001 From: Caraxi Date: Fri, 22 Aug 2025 18:32:45 +0930 Subject: [PATCH] fix docker build --- .../Dockerfile-MareSynchronosAuthService | 4 +- Docker/build/Dockerfile-MareSynchronosServer | 4 +- .../build/Dockerfile-MareSynchronosServices | 4 +- ...Dockerfile-MareSynchronosStaticFilesServer | 4 +- .../.idea/projectSettingsUpdater.xml | 8 + .../.idea/workspace.xml | 206 ++++++++++++++++++ 6 files changed, 222 insertions(+), 8 deletions(-) create mode 100644 MareSynchronosServer/.idea/.idea.MareSynchronosServer/.idea/projectSettingsUpdater.xml create mode 100644 MareSynchronosServer/.idea/.idea.MareSynchronosServer/.idea/workspace.xml diff --git a/Docker/build/Dockerfile-MareSynchronosAuthService b/Docker/build/Dockerfile-MareSynchronosAuthService index 9ede4d0..c375ed0 100644 --- a/Docker/build/Dockerfile-MareSynchronosAuthService +++ b/Docker/build/Dockerfile-MareSynchronosAuthService @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0 as BUILD +FROM mcr.microsoft.com/dotnet/sdk:9.0 as BUILD COPY MareAPI /server/MareAPI COPY MareSynchronosServer/MareSynchronosShared /server/MareSynchronosServer/MareSynchronosShared @@ -12,7 +12,7 @@ RUN dotnet publish \ --output=/build \ MareSynchronosAuthService.csproj -FROM mcr.microsoft.com/dotnet/aspnet:8.0 +FROM mcr.microsoft.com/dotnet/aspnet:9.0 RUN adduser \ --disabled-password \ diff --git a/Docker/build/Dockerfile-MareSynchronosServer b/Docker/build/Dockerfile-MareSynchronosServer index ea802c4..5e66909 100644 --- a/Docker/build/Dockerfile-MareSynchronosServer +++ b/Docker/build/Dockerfile-MareSynchronosServer @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0 as BUILD +FROM mcr.microsoft.com/dotnet/sdk:9.0 as BUILD COPY MareAPI /server/MareAPI COPY MareSynchronosServer/MareSynchronosShared /server/MareSynchronosServer/MareSynchronosShared @@ -12,7 +12,7 @@ RUN dotnet publish \ --output=/build \ MareSynchronosServer.csproj -FROM mcr.microsoft.com/dotnet/aspnet:8.0 +FROM mcr.microsoft.com/dotnet/aspnet:9.0 RUN adduser \ --disabled-password \ diff --git a/Docker/build/Dockerfile-MareSynchronosServices b/Docker/build/Dockerfile-MareSynchronosServices index 4f67c45..17e193d 100644 --- a/Docker/build/Dockerfile-MareSynchronosServices +++ b/Docker/build/Dockerfile-MareSynchronosServices @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0 as BUILD +FROM mcr.microsoft.com/dotnet/sdk:9.0 as BUILD COPY MareAPI /server/MareAPI COPY MareSynchronosServer/MareSynchronosShared /server/MareSynchronosServer/MareSynchronosShared @@ -12,7 +12,7 @@ RUN dotnet publish \ --output=/build \ MareSynchronosServices.csproj -FROM mcr.microsoft.com/dotnet/aspnet:8.0 +FROM mcr.microsoft.com/dotnet/aspnet:9.0 RUN adduser \ --disabled-password \ diff --git a/Docker/build/Dockerfile-MareSynchronosStaticFilesServer b/Docker/build/Dockerfile-MareSynchronosStaticFilesServer index ff2adb2..0d6a478 100644 --- a/Docker/build/Dockerfile-MareSynchronosStaticFilesServer +++ b/Docker/build/Dockerfile-MareSynchronosStaticFilesServer @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0 as BUILD +FROM mcr.microsoft.com/dotnet/sdk:9.0 as BUILD COPY MareAPI /server/MareAPI COPY MareSynchronosServer/MareSynchronosShared /server/MareSynchronosServer/MareSynchronosShared @@ -12,7 +12,7 @@ RUN dotnet publish \ --output=/build \ MareSynchronosStaticFilesServer.csproj -FROM mcr.microsoft.com/dotnet/aspnet:8.0 +FROM mcr.microsoft.com/dotnet/aspnet:9.0 RUN adduser \ --disabled-password \ diff --git a/MareSynchronosServer/.idea/.idea.MareSynchronosServer/.idea/projectSettingsUpdater.xml b/MareSynchronosServer/.idea/.idea.MareSynchronosServer/.idea/projectSettingsUpdater.xml new file mode 100644 index 0000000..ef20cb0 --- /dev/null +++ b/MareSynchronosServer/.idea/.idea.MareSynchronosServer/.idea/projectSettingsUpdater.xml @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/MareSynchronosServer/.idea/.idea.MareSynchronosServer/.idea/workspace.xml b/MareSynchronosServer/.idea/.idea.MareSynchronosServer/.idea/workspace.xml new file mode 100644 index 0000000..9ccf99d --- /dev/null +++ b/MareSynchronosServer/.idea/.idea.MareSynchronosServer/.idea/workspace.xml @@ -0,0 +1,206 @@ + + + + MareSynchronosAuthService/MareSynchronosAuthService.csproj + MareSynchronosAuthService/MareSynchronosAuthService.csproj + MareSynchronosServer/MareSynchronosServer.csproj + MareSynchronosServices/MareSynchronosServices.csproj + MareSynchronosStaticFilesServer/MareSynchronosStaticFilesServer.csproj + MareSynchronosStaticFilesServer/MareSynchronosStaticFilesServer.csproj + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + { + "associatedIndex": 4 +} + + + + + + + + + + + + + + + + + + + + + + 1755824482774 + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file