Skip to content

Commit 8a0e9cb

Browse files
update docker image to v1.0.0-beta.4a
1 parent fb2855c commit 8a0e9cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docker-compose-example-deposit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
cb_ethgas_deposit:
3-
image: ghcr.io/ethgas-developer/commitboost_ethgas_deposit:v1.0.0-beta.3
3+
image: ghcr.io/ethgas-developer/commitboost_ethgas_deposit:v1.0.0-beta.4a
44
container_name: cb_ethgas_deposit
55
environment:
66
CB_MODULE_ID: ETHGAS_DEPOSIT

docker-compose-example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616
networks:
1717
- monitoring_network
1818
cb_gen_jwt:
19-
image: ghcr.io/ethgas-developer/commitboost_gen_jwt:v1.0.0-beta.3
19+
image: ghcr.io/ethgas-developer/commitboost_gen_jwt:v1.0.0-beta.4a
2020
container_name: cb_gen_jwt
2121
environment:
2222
CB_MODULE_ID: ETHGAS_COMMIT
@@ -51,7 +51,7 @@ services:
5151
networks:
5252
- signer_network
5353
cb_ethgas_commit:
54-
image: ghcr.io/ethgas-developer/commitboost_ethgas_commit:v1.0.0-beta.3
54+
image: ghcr.io/ethgas-developer/commitboost_ethgas_commit:v1.0.0-beta.4a
5555
container_name: cb_ethgas_commit
5656
environment:
5757
CB_MODULE_ID: ETHGAS_COMMIT

0 commit comments

Comments
 (0)