Skip to content

Commit

Permalink
Fix: Increase the package to version 0.5.7 (#646)
Browse files Browse the repository at this point in the history
Co-authored-by: Andres D. Molins <[email protected]>
  • Loading branch information
nesitor and Andres D. Molins authored Nov 12, 2024
1 parent 210f2de commit 4251795
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion deployment/docker-build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can build the Docker image simply using:

or by running the Docker build command from the root of the repository:
```shell script
docker build -t alephim/pyaleph-node:0.5.5 -f deployment/docker-build/pyaleph.dockerfile .
docker build -t alephim/pyaleph-node:0.5.7 -f deployment/docker-build/pyaleph.dockerfile .
```

## Configure the CCN
Expand Down
2 changes: 1 addition & 1 deletion deployment/docker-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ else
DOCKER_COMMAND=docker
fi

$DOCKER_COMMAND build -t pyaleph-node:0.5.5 -f "$SCRIPT_DIR/pyaleph.dockerfile" .
$DOCKER_COMMAND build -t pyaleph-node:0.5.7 -f "$SCRIPT_DIR/pyaleph.dockerfile" .
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.5
image: alephim/pyaleph-node:0.5.7
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.5
image: alephim/pyaleph-node:0.5.7
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
entrypoint: ["bash", "deployment/scripts/run_aleph_ccn_api.sh"]
ports:
Expand Down
4 changes: 2 additions & 2 deletions deployment/samples/docker-monitoring/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ volumes:
services:
pyaleph:
restart: always
image: alephim/pyaleph-node:0.5.5
image: alephim/pyaleph-node:0.5.7
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
volumes:
- ./config.yml:/opt/pyaleph/config.yml
Expand All @@ -32,7 +32,7 @@ services:

pyaleph-api:
restart: always
image: alephim/pyaleph-node:0.5.5
image: alephim/pyaleph-node:0.5.7
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.5
.. |pyaleph_version| replace:: 0.5.7
"""

0 comments on commit 4251795

Please sign in to comment.