Skip to content

Commit

Permalink
support namada v0.38.1 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4r45h authored Jun 3, 2024
1 parent c191c1b commit 40e46b9
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 @@ -4,9 +4,9 @@ x-namada: &namada-common
dockerfile: docker/Dockerfile
context: .
args:
- NAMADA_TAG=${NAMADA_TAG:-v0.37.0}
- NAMADA_TAG=${NAMADA_TAG:-v0.38.1}
- BUILD_WASM=true
image: arashidos/namada:${NAMADA_TAG:-v0.37.0}
image: arashidos/namada:${NAMADA_TAG:-v0.38.1}
entrypoint: ["sh", "/docker-entrypoint-scripts.d/start-node.sh"]
networks:
namada:
Expand Down

0 comments on commit 40e46b9

Please sign in to comment.