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 699c346 commit 251d8f3Copy full SHA for 251d8f3
EssentialCSharp.Web/Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /app
5
EXPOSE 8080
6
EXPOSE 8081
7
8
-FROM mcr.microsoft.com/dotnet/sdk:9.0.102 AS build
+FROM mcr.microsoft.com/dotnet/sdk:8.0.101 AS build
9
ARG ACCESS_TO_NUGET_FEED=true
10
ENV ACCESS_TO_NUGET_FEED=$ACCESS_TO_NUGET_FEED
11
RUN sh -c "$(curl -fsSL https://aka.ms/install-artifacts-credprovider.sh)"
0 commit comments