Skip to content

Commit 3ef3b30

Browse files
committed
fix: pin ethereum-package to v5.0.1
1 parent 86180c3 commit 3ef3b30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1446,7 +1446,7 @@ ansible_telemetry_deploy: ## Deploy the Telemetry. Parameters: INVENTORY
14461446
__ETHEREUM_PACKAGE__: ## ____
14471447

14481448
ethereum_package_start: ## Starts the ethereum_package environment
1449-
kurtosis run --enclave aligned github.com/ethpandaops/ethereum-package --args-file network_params.yaml
1449+
kurtosis run --enclave aligned github.com/ethpandaops/ethereum-package@5.0.1 --args-file network_params.yaml
14501450

14511451
ethereum_package_inspect: ## Prints detailed information about the net
14521452
kurtosis enclave inspect aligned

0 commit comments

Comments
 (0)