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.
2 parents 45aabfd + 986b937 commit 5c7157fCopy full SHA for 5c7157f
Dockerfile
@@ -12,7 +12,7 @@ COPY ClientApp/ ./
12
RUN npm run build
13
14
# Stage 2: Build .NET application
15
-FROM mcr.microsoft.com/dotnet/sdk:8.0 AS backend-build
+FROM mcr.microsoft.com/dotnet/sdk:9.0 AS backend-build
16
17
WORKDIR /src
18
0 commit comments