Skip to content

Commit

Permalink
update 0.2 proxy to rgb-tools image version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbus committed Feb 20, 2024
1 parent a338081 commit e6b568f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
depends_on:
- bitcoind
proxy:
image: ghcr.io/rgb-tools/rgb-proxy-server:0.2.0
image: ghcr.io/rgb-tools/rgb-proxy-server:0.2.1
ports:
- 3000:3000
proxy-mod-proto:
Expand Down
2 changes: 1 addition & 1 deletion tests/rgb-proxy-server/Dockerfile.modified-api
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/rgb-tools/rgb-proxy-server:0.2.0
FROM ghcr.io/rgb-tools/rgb-proxy-server:0.2.1

# change consignment.post json-rpc method to return null
RUN sed -i '/consignment.post/{n;s/Promise<boolean>/Promise<void>/;}' \
Expand Down

0 comments on commit e6b568f

Please sign in to comment.