Skip to content

Commit

Permalink
deps: use celestia-node v0.6.1, celestia-app v0.11.0
Browse files Browse the repository at this point in the history
Resolves: #37
  • Loading branch information
tzdybal committed Dec 19, 2022
1 parent 4ec37f1 commit 539d655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_test/docker/test-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'
services:
core0:
container_name: core0
image: "ghcr.io/celestiaorg/celestia-app:v0.10.0-rc1"
image: "ghcr.io/celestiaorg/celestia-app:v0.11.0"
entrypoint: [
"/bin/bash"
]
Expand All @@ -21,7 +21,7 @@ services:
container_name: bridge0
depends_on:
- core0
image: "ghcr.io/celestiaorg/celestia-node:0.5.0-rc5"
image: "ghcr.io/celestiaorg/celestia-node:0.6.1"
entrypoint: [
"/bin/bash"
]
Expand Down

0 comments on commit 539d655

Please sign in to comment.