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.
1 parent 00ae5f7 commit 45311c5Copy full SHA for 45311c5
backend/Dockerfile
@@ -1,5 +1,5 @@
1
# Build stage
2
-FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
+FROM mcr.microsoft.com/dotnet/sdk:9.0 AS build
3
WORKDIR /src
4
5
# Copy project files
0 commit comments