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 d380a4e + 12375f7 commit 8017b96Copy full SHA for 8017b96
docker/file-service.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 FileService/FileService.Core/FileService.Core.csproj FileService.Core/
0 commit comments