Commit bbe0b16e authored by pk910's avatar pk910 Committed by GitHub

fix: use latest stable image for assertoor (#484)

parent 2d8a143f
......@@ -112,7 +112,7 @@ def get_config(
elif network_params.electra_fork_epoch != None:
IMAGE_NAME = "ethpandaops/assertoor:verkle-support"
else:
IMAGE_NAME = "ethpandaops/assertoor:master"
IMAGE_NAME = "ethpandaops/assertoor:latest"
return ServiceConfig(
image=IMAGE_NAME,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment