We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4afd57 commit 6d00177Copy full SHA for 6d00177
nethermind/Dockerfile
@@ -12,7 +12,7 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
12
RUN cd op-node && \
13
make VERSION=$VERSION op-node
14
15
-FROM mcr.microsoft.com/dotnet/sdk:8.0.403-noble AS build
+FROM mcr.microsoft.com/dotnet/sdk:9.0-noble AS build
16
17
ARG BUILD_CONFIG=release
18
ARG TARGETARCH
@@ -31,7 +31,7 @@ RUN TARGETARCH=${TARGETARCH#linux/} && \
31
dotnet publish src/Nethermind/Nethermind.Runner -c $BUILD_CONFIG -a $arch -o /publish --sc false
32
33
34
-FROM mcr.microsoft.com/dotnet/aspnet:8.0
+FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble
35
36
RUN apt-get update && \
37
apt-get install -y jq curl supervisor && \
0 commit comments