Skip to content

Commit

Permalink
Update docker compose with Allegra compatible tags
Browse files Browse the repository at this point in the history
  • Loading branch information
melmccann committed Dec 16, 2020
1 parent c955ca6 commit 54195f6
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 54195f6

Please sign in to comment.