Skip to content

Commit 98733f1

Browse files
[backend-docker]: Bump dotnet/sdk from 9.0 to 10.0 in /smo-backend
Bumps dotnet/sdk from 9.0 to 10.0. --- updated-dependencies: - dependency-name: dotnet/sdk dependency-version: '10.0' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cf2e4e2 commit 98733f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smo-backend/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ USER $APP_UID
1111
WORKDIR /app
1212
EXPOSE 3000
1313

14-
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
14+
FROM mcr.microsoft.com/dotnet/sdk:10.0 AS build
1515
ARG BUILD_CONFIGURATION=Release
1616
WORKDIR /src
1717
COPY ["./smo-backend.csproj", "./"]

0 commit comments

Comments
 (0)