From 251134d0a20c299474f7cc59083b3f3de8a2110f Mon Sep 17 00:00:00 2001 From: Samantha Neubeck <2856339+Scassany@users.noreply.github.com> Date: Sat, 23 Aug 2025 22:15:17 -0500 Subject: [PATCH] Update Dockerfile-MareSynchronosServer-git --- Docker/build/Dockerfile-MareSynchronosServer-git | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker/build/Dockerfile-MareSynchronosServer-git b/Docker/build/Dockerfile-MareSynchronosServer-git index e27ba00..1191b4e 100644 --- a/Docker/build/Dockerfile-MareSynchronosServer-git +++ b/Docker/build/Dockerfile-MareSynchronosServer-git @@ -1,4 +1,4 @@ -FROM mcr.microsoft.com/dotnet/sdk:8.0 as BUILD +FROM mcr.microsoft.com/dotnet/sdk:9.0 as BUILD RUN git clone --recurse-submodules https://github.com/caraxi/mare.server @@ -14,7 +14,7 @@ RUN dotnet publish \ --output=/MareSynchronosServer \ MareSynchronosServer.csproj -FROM mcr.microsoft.com/dotnet/aspnet:8.0 +FROM mcr.microsoft.com/dotnet/aspnet:9.0 RUN adduser \ --disabled-password \