Skip to content

Commit

Permalink
Update .NET
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams authored Jan 5, 2025
1 parent e4afd57 commit 6d00177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nethermind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN git clone $REPO --branch op-node/$VERSION --single-branch . && \
RUN cd op-node && \
make VERSION=$VERSION op-node

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

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


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

RUN apt-get update && \
apt-get install -y jq curl supervisor && \
Expand Down

0 comments on commit 6d00177

Please sign in to comment.