Skip to content

Commit

Permalink
Update execution-clients.go
Browse files Browse the repository at this point in the history
  • Loading branch information
rezbera committed Feb 10, 2025
1 parent 98d4980 commit 95b6373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/injected/execution-clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ func (g *gethNode) Start(t *testing.T) (*dockertest.Resource, *url.ConnectionURL

// Run container with a custom Cmd that does BOTH `init` and `run`
resource, err := pool.RunWithOptions(&dockertest.RunOptions{
Repository: "ethereum/client-go",
Tag: "latest",
Repository: g.image.Repository,
Tag: g.image.Tag,
// We'll chain these commands with bash -c
// Override the default entrypoint to be /bin/sh instead of geth:
Entrypoint: []string{"/bin/sh"},
Expand Down

0 comments on commit 95b6373

Please sign in to comment.