We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7944177 + 97024f7 commit b368e65Copy full SHA for b368e65
1 file changed
api/Dockerfile
@@ -3,7 +3,7 @@ WORKDIR /app
3
EXPOSE 80
4
EXPOSE 443
5
6
-FROM mcr.microsoft.com/dotnet/sdk:8.0.401 AS build
+FROM mcr.microsoft.com/dotnet/sdk:10.0.101 AS build
7
WORKDIR /src
8
COPY ["api.csproj", "."]
9
RUN dotnet restore "api.csproj"
0 commit comments