Skip to content

Commit

Permalink
More explicit version for base .NET container
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams authored Oct 19, 2024
1 parent bf30ffc commit 82171b1
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-noble AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0.403-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-noble
FROM mcr.microsoft.com/dotnet/aspnet:8.0.403-noble

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

0 comments on commit 82171b1

Please sign in to comment.