Skip to content

Commit 352a946

Browse files
committed
downgrade docker
1 parent 82f94d1 commit 352a946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_setup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN dotnet pack -c Release -o /artifacts
3131
# PUSH IMAGE
3232
# ==========================
3333
ENV NUGET_API_KEY=${NUGET_API_KEY}
34-
FROM mcr.microsoft.com/dotnet/sdk:9.0 AS push
34+
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS push
3535

3636
# Install curl for debugging (optional)
3737
RUN apt-get update && apt-get install -y curl && apt-get clean

0 commit comments

Comments
 (0)