Skip to content

Commit 6d00177

Browse files
authored
Update .NET
1 parent e4afd57 commit 6d00177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nethermind/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
1212
RUN cd op-node && \
1313
make VERSION=$VERSION op-node
1414

15-
FROM mcr.microsoft.com/dotnet/sdk:8.0.403-noble AS build
15+
FROM mcr.microsoft.com/dotnet/sdk:9.0-noble AS build
1616

1717
ARG BUILD_CONFIG=release
1818
ARG TARGETARCH
@@ -31,7 +31,7 @@ RUN TARGETARCH=${TARGETARCH#linux/} && \
3131
dotnet publish src/Nethermind/Nethermind.Runner -c $BUILD_CONFIG -a $arch -o /publish --sc false
3232

3333

34-
FROM mcr.microsoft.com/dotnet/aspnet:8.0
34+
FROM mcr.microsoft.com/dotnet/aspnet:9.0-noble
3535

3636
RUN apt-get update && \
3737
apt-get install -y jq curl supervisor && \

0 commit comments

Comments
 (0)