Skip to content

Commit

Permalink
clients/nethermind: Fix Dockerfile.git (ethereum#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz authored and Eikix committed Mar 1, 2024
1 parent 93245d7 commit 4beb4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/nethermind/Dockerfile.git
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Build Nethermind From Git:

## Builder stage: Compiles nethermind from a git repository
FROM mcr.microsoft.com/dotnet/sdk:8.0 AS build
FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy AS build

ARG github=nethermindeth/nethermind
ARG tag=master
Expand Down

0 comments on commit 4beb4e9

Please sign in to comment.