Skip to content

Commit 1e55437

Browse files
authored
[Fix] Bump CCN version to 0.2.1 in Docker Compose files (#220)
1 parent e347159 commit 1e55437

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

deployment/docker-build/publish.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ fi
1919
VERSION=$(git describe --tags)
2020

2121
$DOCKER_COMMAND tag alephim/pyaleph-node alephim/pyaleph-node:$VERSION
22-
$DOCKER_COMMAND push alephim/pyaleph-node:$VERSION docker.io/alephim/pyaleph-node:$VERSION
22+
#$DOCKER_COMMAND push alephim/pyaleph-node:$VERSION docker.io/alephim/pyaleph-node:$VERSION
23+
$DOCKER_COMMAND push alephim/pyaleph-node:$VERSION
2324
echo docker.io/alephim/pyaleph-node:$VERSION

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ volumes:
77
services:
88
pyaleph:
99
restart: always
10-
image: alephim/pyaleph-node:v0.2.0
10+
image: alephim/pyaleph-node:v0.2.1
1111
command: pyaleph --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1212
ports:
1313
- "127.0.0.1:8000:8000/tcp"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ volumes:
99
services:
1010
pyaleph:
1111
restart: always
12-
image: alephim/pyaleph-node:v0.2.0
12+
image: alephim/pyaleph-node:v0.2.1
1313
command: pyaleph --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1414
ports:
1515
- "127.0.0.1:8000:8000/tcp"

0 commit comments

Comments
 (0)