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 23ff1d6 commit ae5c5f8Copy full SHA for ae5c5f8
EssentialCSharp.Web/Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /app
5
EXPOSE 8080
6
EXPOSE 8081
7
8
-FROM mcr.microsoft.com/dotnet/sdk:8.0.403 AS build
+FROM mcr.microsoft.com/dotnet/sdk:9.0.101 AS build
9
RUN sh -c "$(curl -fsSL https://aka.ms/install-artifacts-credprovider.sh)"
10
WORKDIR /src
11
COPY . .
0 commit comments