added build
All checks were successful
Build and Push Image / build-and-push (push) Successful in 6m28s

This commit is contained in:
2026-03-10 22:46:11 -04:00
parent b7c00323e8
commit 5268c98cfe
4 changed files with 46 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ EXPOSE 8080
EXPOSE 8081
# This stage is used to build the service project
FROM mcr.microsoft.com/dotnet/sdk:9.0-noble AS build
FROM mcr.microsoft.com/dotnet/sdk:10.0-noble AS build
ARG BUILD_CONFIGURATION=Release
WORKDIR /src
COPY ["AZKiServer/AZKi Server.csproj", "AZKiServer/"]