Skip to content

Commit

Permalink
v0.6.0 (#11)
Browse files Browse the repository at this point in the history
* v0.6.0-rc.1

* batcher v0.1.1-rc.2

* v0.6.0
  • Loading branch information
Kexkey authored Feb 17, 2021
1 parent bcd4c6c commit 3d33ea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion batcher/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
environment:
- "TRACING=1"
- "CYPHERNODE_URL=https://gatekeeper:${GATEKEEPER_PORT}"
image: cyphernode/batcher:v0.1.0
image: cyphernode/batcher:v0.1.1
entrypoint: ["npm", "run", "start:dev"]
volumes:
- "$APP_SCRIPT_PATH/data:/batcher/data"
Expand Down
2 changes: 1 addition & 1 deletion sparkwallet/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3"
services:
cyphernode_sparkwallet:
command: --no-tls ${TOR_PARAMS}
image: cyphernode/sparkwallet:v0.2.16
image: cyphernode/sparkwallet:v0.2.17
environment:
- "NETWORK=${NETWORK}"
volumes:
Expand Down

0 comments on commit 3d33ea8

Please sign in to comment.