Skip to content

Commit

Permalink
fix: use latest stable image for assertoor (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Feb 1, 2024
1 parent 2d8a143 commit bbe0b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assertoor/assertoor_launcher.star
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit bbe0b16

Please sign in to comment.