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 abf68e7 commit 1d18313Copy full SHA for 1d18313
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.203 AS build
+FROM mcr.microsoft.com/dotnet/sdk:9.0.300 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