Skip to content

Commit

Permalink
Fix: Added new version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Jan 23, 2025
1 parent 4d95491 commit 20bc3c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deployment/samples/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ volumes:
services:
pyaleph:
restart: always
image: alephim/pyaleph-node:0.5.9-rc4
image: alephim/pyaleph-node:0.5.9
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
volumes:
- ./config.yml:/opt/pyaleph/config.yml
Expand All @@ -30,7 +30,7 @@ services:

pyaleph-api:
restart: always
image: alephim/pyaleph-node:0.5.9-rc4
image: alephim/pyaleph-node:0.5.9
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
entrypoint: ["bash", "deployment/scripts/run_aleph_ccn_api.sh"]
ports:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,5 +293,5 @@


rst_epilog = """
.. |pyaleph_version| replace:: 0.5.9-rc4
.. |pyaleph_version| replace:: 0.5.9
"""

0 comments on commit 20bc3c3

Please sign in to comment.