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 f02d63a commit 06558b2Copy full SHA for 06558b2
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.301 AS build
+FROM mcr.microsoft.com/dotnet/sdk:9.0.302 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