File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
1010 pyaleph :
1111 # platform: linux/amd64
1212 restart : always
13- # image: alephim/pyaleph-node:0.8.0
13+ # image: alephim/pyaleph-node:0.8.1
1414 image : localhost/alephim/pyaleph-node-dev:build
1515 build :
1616 dockerfile : ./deployment/docker-build/dev/Dockerfile
@@ -35,7 +35,7 @@ services:
3535 pyaleph-api :
3636 # platform: linux/amd64
3737 restart : always
38- # image: alephim/pyaleph-node:0.8.0
38+ # image: alephim/pyaleph-node:0.8.1
3939 image : localhost/alephim/pyaleph-node:build
4040 build :
4141 dockerfile : ./deployment/docker-build/dev/Dockerfile
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ volumes:
1111services :
1212 pyaleph :
1313 restart : always
14- image : alephim/pyaleph-node:0.8.0
14+ image : alephim/pyaleph-node:0.8.1
1515 command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1616 volumes :
1717 - ./config.yml:/opt/pyaleph/config.yml
@@ -30,7 +30,7 @@ services:
3030
3131 pyaleph-api :
3232 restart : always
33- image : alephim/pyaleph-node:0.8.0
33+ image : alephim/pyaleph-node:0.8.1
3434 command : --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
3535 entrypoint : ["bash", "deployment/scripts/run_aleph_ccn_api.sh"]
3636 ports :
Original file line number Diff line number Diff line change 293293
294294
295295rst_epilog = """
296- .. |pyaleph_version| replace:: 0.8.0
296+ .. |pyaleph_version| replace:: 0.8.1
297297"""
You can’t perform that action at this time.
0 commit comments