There was an error while loading. Please reload this page.
1 parent 6ead8b9 commit c85517aCopy full SHA for c85517a
2 files changed
.sandbox/Dockerfile
@@ -6,7 +6,7 @@ RUN apt-get update -y \
6
&& apt-get install -y --no-install-recommends ca-certificates curl \
7
&& rm -rf /var/lib/apt/lists/*
8
9
-RUN bun install --global @usherlabs/cex-broker@0.1.20
+RUN bun install --global @usherlabs/cex-broker@0.1.21
10
11
COPY --chmod=0755 ./.sandbox/entrypoint.sh /entrypoint.sh
12
ENTRYPOINT ["/entrypoint.sh"]
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@usherlabs/cex-broker",
3
- "version": "0.1.20",
+ "version": "0.1.21",
4
"description": "Unified gRPC API to CEXs by Usher Labs.",
5
"repository": "git@gitlab.com:usherlabs/cex-broker.git",
"homepage": "https://usher.so/",
0 commit comments