We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cb65f commit caa8be0Copy full SHA for caa8be0
Dockerfile
100755
100644
@@ -3,7 +3,7 @@ USER $APP_UID
3
WORKDIR /app
4
EXPOSE 5000
5
6
-FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
7
ARG BUILD_CONFIGURATION=Release
8
WORKDIR /src
9
COPY ["McpServer.Template.csproj", "./"]
0 commit comments