Skip to content

Commit caa8be0

Browse files
docker(deps): bump dotnet/sdk from 8.0 to 9.0
Bumps dotnet/sdk from 8.0 to 9.0. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: '9.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c8cb65f commit caa8be0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ USER $APP_UID
33
WORKDIR /app
44
EXPOSE 5000
55

6-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
6+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
77
ARG BUILD_CONFIGURATION=Release
88
WORKDIR /src
99
COPY ["McpServer.Template.csproj", "./"]

0 commit comments

Comments
 (0)