Skip to content

Commit

Permalink
fix: pin the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
0x416e746f6e committed Mar 12, 2024
1 parent c94930c commit d399d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ lt: lint test
devnet-up:
@kurtosis run \
--enclave eth-devnet \
github.com/kurtosis-tech/ethereum-package \
github.com/kurtosis-tech/ethereum-package@1.4.0 \
"$$( cat ./devnet/kurtosis.yaml )"
@kurtosis service stop eth-devnet mev-flood
@docker compose --file ./devnet/docker-compose.yaml up --detach
Expand Down
2 changes: 1 addition & 1 deletion devnet/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ volumes:

services:
suave-mevm:
image: flashbots/suave-geth:v0.1.0-dev-03
image: flashbots/suave-geth:v0.1.3
container_name: suave-mevm
command: [
"-dev",
Expand Down

0 comments on commit d399d78

Please sign in to comment.