mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-27 03:19:17 +01:00
Update Dockerfile-MareSynchronosServer-git
This commit is contained in:
parent
492b9c16f8
commit
251134d0a2
1 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue