Skip to content

Commit

Permalink
Merge pull request #1227 from input-output-hk/kderme/release-bump-docker
Browse files Browse the repository at this point in the history
Bump docker
  • Loading branch information
kderme authored Aug 12, 2022
2 parents 1a2ffd4 + 50ce266 commit b32fb36
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 @@ -31,7 +31,7 @@ services:
max-file: "10"

cardano-node:
image: inputoutput/cardano-node:1.35.3-rc1
image: inputoutput/cardano-node:1.35.3
environment:
- NETWORK=${NETWORK:-mainnet}
volumes:
Expand All @@ -52,7 +52,7 @@ services:
max-file: "10"

cardano-db-sync:
image: inputoutput/cardano-db-sync:13.0.4-rc1
image: inputoutput/cardano-db-sync:13.0.4
environment:
- NETWORK=${NETWORK:-mainnet}
- POSTGRES_HOST=postgres
Expand Down

0 comments on commit b32fb36

Please sign in to comment.