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 82f94d1 commit 352a946Copy full SHA for 352a946
build_setup/Dockerfile
@@ -31,7 +31,7 @@ RUN dotnet pack -c Release -o /artifacts
31
# PUSH IMAGE
32
# ==========================
33
ENV NUGET_API_KEY=${NUGET_API_KEY}
34
-FROM mcr.microsoft.com/dotnet/sdk:9.0 AS push
+FROM mcr.microsoft.com/dotnet/sdk:8.0 AS push
35
36
# Install curl for debugging (optional)
37
RUN apt-get update && apt-get install -y curl && apt-get clean
0 commit comments