Skip to content

Commit 3735794

Browse files
authored
chore: prysm - set stable image as default (#793)
1 parent 0a9e445 commit 3735794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/package_io/input_parser.star

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ DEFAULT_CL_IMAGES = {
2020
"lighthouse": "ethpandaops/lighthouse:stable",
2121
"teku": "consensys/teku:latest",
2222
"nimbus": "statusim/nimbus-eth2:multiarch-latest",
23-
"prysm": "gcr.io/prysmaticlabs/prysm/beacon-chain:latest",
23+
"prysm": "gcr.io/prysmaticlabs/prysm/beacon-chain:stable",
2424
"lodestar": "chainsafe/lodestar:latest",
2525
"grandine": "sifrai/grandine:stable",
2626
}
@@ -38,7 +38,7 @@ DEFAULT_VC_IMAGES = {
3838
"lighthouse": "ethpandaops/lighthouse:stable",
3939
"lodestar": "chainsafe/lodestar:latest",
4040
"nimbus": "statusim/nimbus-validator-client:multiarch-latest",
41-
"prysm": "gcr.io/prysmaticlabs/prysm/validator:latest",
41+
"prysm": "gcr.io/prysmaticlabs/prysm/validator:stable",
4242
"teku": "consensys/teku:latest",
4343
"grandine": "sifrai/grandine:stable",
4444
}

0 commit comments

Comments
 (0)