Skip to content

Commit

Permalink
chore: change cardano-node docker image repository
Browse files Browse the repository at this point in the history
  • Loading branch information
iccicci committed Apr 29, 2024
1 parent b1eae46 commit e7284a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ services:

cardano-node:
<<: *logging
image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.5}
image: public.ecr.aws/e8d0p1a5/cardano-node:${CARDANO_NODE_VERSION:-1.35.5}
command:
[
'run',
Expand Down Expand Up @@ -182,7 +182,7 @@ services:

cardano-submit-api:
command: --config /config/cardano-submit-api/config.json --listen-address 0.0.0.0 --socket-path /ipc/node.socket $SUBMIT_API_ARGS
image: inputoutput/cardano-submit-api:${CARDANO_NODE_VERSION:-1.35.5}
image: public.ecr.aws/e8d0p1a5/cardano-submit-api:${CARDANO_NODE_VERSION:-1.35.5}
ports:
- 8090:8090
restart: on-failure
Expand Down

0 comments on commit e7284a3

Please sign in to comment.