Skip to content

Commit 2f169d7

Browse files
committed
Fix: Increase software version on docs and docker templates.
1 parent c240fbb commit 2f169d7

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

deployment/docker-build/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ else
1616
DOCKER_COMMAND=docker
1717
fi
1818

19-
$DOCKER_COMMAND build -t pyaleph-node:0.9.0 -f "$SCRIPT_DIR/pyaleph.dockerfile" .
19+
$DOCKER_COMMAND build -t pyaleph-node:0.9.1 -f "$SCRIPT_DIR/pyaleph.dockerfile" .

deployment/docker-build/dev/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
pyaleph:
1111
# platform: linux/amd64
1212
restart: always
13-
# image: alephim/pyaleph-node:0.9.0
13+
# image: alephim/pyaleph-node:0.9.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.9.0
38+
# image: alephim/pyaleph-node:0.9.1
3939
image: localhost/alephim/pyaleph-node:build
4040
build:
4141
dockerfile: ./deployment/docker-build/dev/Dockerfile

deployment/samples/docker-compose/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ volumes:
1111
services:
1212
pyaleph:
1313
restart: always
14-
image: alephim/pyaleph-node:0.9.0
14+
image: alephim/pyaleph-node:0.9.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.9.0
33+
image: alephim/pyaleph-node:0.9.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:

deployment/samples/docker-monitoring/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ volumes:
1313
services:
1414
pyaleph:
1515
restart: always
16-
image: alephim/pyaleph-node:0.9.0
16+
image: alephim/pyaleph-node:0.9.1
1717
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1818
volumes:
1919
- ./config.yml:/opt/pyaleph/config.yml
@@ -32,7 +32,7 @@ services:
3232

3333
pyaleph-api:
3434
restart: always
35-
image: alephim/pyaleph-node:0.9.0
35+
image: alephim/pyaleph-node:0.9.1
3636
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
3737
entrypoint: ["bash", "deployment/scripts/run_aleph_ccn_api.sh"]
3838
ports:

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,5 @@
293293

294294

295295
rst_epilog = """
296-
.. |pyaleph_version| replace:: 0.9.0
296+
.. |pyaleph_version| replace:: 0.9.1
297297
"""

0 commit comments

Comments
 (0)