From 9b5ad077226498a02ded1dbf776a47fda51790ef Mon Sep 17 00:00:00 2001 From: Ben Adams Date: Mon, 6 Jan 2025 06:12:31 +0000 Subject: [PATCH] Retrigger --- nethermind/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/nethermind/Dockerfile b/nethermind/Dockerfile index 8922b46c..8e72bf17 100644 --- a/nethermind/Dockerfile +++ b/nethermind/Dockerfile @@ -33,7 +33,6 @@ RUN TARGETARCH=${TARGETARCH#linux/} && \ echo "Using architecture: $arch" && \ dotnet publish src/Nethermind/Nethermind.Runner -c $BUILD_CONFIG -a $arch -o /publish --sc false - FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble RUN apt-get update && \