Skip to content

Commit 5c7157f

Browse files
authored
Merge pull request #4 from InertiaCore/dependabot/docker/dotnet/sdk-9.0
chore(deps): bump dotnet/sdk from 8.0 to 9.0
2 parents 45aabfd + 986b937 commit 5c7157f

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)