Skip to content

Commit

Permalink
Less explicit version for runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
benaadams authored Oct 19, 2024
1 parent 82171b1 commit 906b579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nethermind/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.403-noble
FROM mcr.microsoft.com/dotnet/aspnet:8.0

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

0 comments on commit 906b579

Please sign in to comment.