Skip to content

Commit

Permalink
Merge #2398
Browse files Browse the repository at this point in the history
2398: Update docker compose with Allegra compatible tags r=rvl a=melmccann

Update docker compose to reflect the Allegra docker compatible versions 

Co-authored-by: Mel McCann <[email protected]>
  • Loading branch information
iohk-bors[bot] and melmccann authored Dec 17, 2020
2 parents b82b396 + 54195f6 commit 8d6341a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.5"

services:
cardano-node:
image: inputoutput/cardano-node:1.18.0
image: inputoutput/cardano-node:1.24.2
environment:
NETWORK:
volumes:
Expand All @@ -18,7 +18,7 @@ services:
max-size: "50m"

cardano-wallet:
image: inputoutput/cardano-wallet:latest
image: inputoutput/cardano-wallet:2020.12.8-shelley
volumes:
- wallet-${NETWORK}-db:/wallet-db
- node-ipc:/ipc
Expand Down

0 comments on commit 8d6341a

Please sign in to comment.