Skip to content

Commit 986b937

Browse files
chore(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 cbfa918 commit 986b937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY ClientApp/ ./
1212
RUN npm run build
1313

1414
# Stage 2: Build .NET application
15-
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS backend-build
15+
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS backend-build
1616

1717
WORKDIR /src
1818

0 commit comments

Comments
 (0)