Skip to content

Commit

Permalink
Update neo python to v0.8.1 (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyatt Mufson authored and revett committed Oct 8, 2018
1 parent efea468 commit b50e470
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.9.2
2 changes: 1 addition & 1 deletion cli/services/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func dockerImageNames() []string {
return []string{
"cityofzion/neo-local-faucet:latest",
"cityofzion/neo-privatenet:2.7.6",
"cityofzion/neo-python:v0.8.0",
"cityofzion/neo-python:v0.8.1",
"postgres:10.5",
"registry.gitlab.com/cityofzion/neo-scan/api:latest",
"registry.gitlab.com/cityofzion/neo-scan/sync:latest"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ services:
- neo-nodes
- neo-scan-api
- neo-scan-sync
image: cityofzion/neo-python:v0.8.0
image: cityofzion/neo-python:v0.8.1
network_mode: host
tty: true
volumes:
Expand Down Expand Up @@ -90,7 +90,7 @@ services:
container_name: notifications-server
depends_on:
- neo-nodes
image: cityofzion/neo-python:v0.8.0
image: cityofzion/neo-python:v0.8.1
ports:
- "8080:8080"
volumes:
Expand Down

0 comments on commit b50e470

Please sign in to comment.