We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc52ad commit 53ed54fCopy full SHA for 53ed54f
.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.2.3
+RUN bun install --global @usherlabs/cex-broker@0.2.4
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.2.3",
+ "version": "0.2.4",
4
"description": "Unified gRPC API to CEXs by Usher Labs.",
5
"repository": {
"type": "git",
0 commit comments