Skip to content

Commit

Permalink
fix(ci): use chaosnet image on chaosnet docker compose (#1219)
Browse files Browse the repository at this point in the history
* feat: use chaosnet in chaosnet
  • Loading branch information
matthiasmatt authored Mar 8, 2023
1 parent da9b2cd commit 0ec103f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* [#1151](https://github.com/NibiruChain/nibiru/pull/1151) - fix(dex): fix swap calculation for stableswap pools
* [#1210](https://github.com/NibiruChain/nibiru/pull/1210) - fix(ci): fix docker push workflow
* [#1212](https://github.com/NibiruChain/nibiru/pull/1212) - fix(spot): gracefully handle join spot pool with wrong tokens denom
* [#1219](https://github.com/NibiruChain/nibiru/pull/1219) - fix(ci): use chaosnet image on chaosnet docker compose

## [v0.16.3](https://github.com/NibiruChain/nibiru/releases/tag/v0.16.3)

Expand Down
2 changes: 1 addition & 1 deletion contrib/docker-compose/docker-compose-chaosnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: chaosnet

services:
nibiru:
image: ghcr.io/nibiruchain/nibiru:latest
image: ghcr.io/nibiruchain/chaosnet:latest
build:
context: ../.. # nibiru project folder
dockerfile: ./contrib/docker/chaosnet.Dockerfile # relative to context directory (i.e. nibiru project folder)
Expand Down

0 comments on commit 0ec103f

Please sign in to comment.