Update Dockerfile-MareSynchronosServer-git

This commit is contained in:
Samantha Neubeck 2025-08-23 22:15:17 -05:00 committed by GitHub
parent 492b9c16f8
commit 251134d0a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 \