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 408dfc8 commit ed32285Copy full SHA for ed32285
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.401 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0.401-1 AS build
9
RUN sh -c "$(curl -fsSL https://aka.ms/install-artifacts-credprovider.sh)"
10
WORKDIR /src
11
COPY . .
0 commit comments