Merge pull request #51 from Permissionless-Software-Foundation/ct-unstable

fix(docker): Updating docker image. Bumping to v2
This commit is contained in:
Chris Troutner
2022-10-01 13:12:48 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "bch-dex",
"version": "1.0.0",
"version": "2.0.0",
"description": "A DEX on BCH for trading SLP tokens.",
"main": "index.js",
"type": "module",
+1 -1
View File
@@ -73,7 +73,7 @@ services:
#build:
# context: ./bch-dex/
# dockerfile: Dockerfile
image: christroutner/bch-dex:v1.13.0
image: christroutner/bch-dex:v2.0.0
container_name: bch-dex
environment:
CONSUMER_URL: 'https://free-bch.fullstack.cash'