File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN apt-get update -y \
66 && apt-get install -y --no-install-recommends ca-certificates curl \
77 && rm -rf /var/lib/apt/lists/*
88
9- RUN bun install --global @usherlabs/cex-broker@0.2.5
9+ RUN bun install --global @usherlabs/cex-broker@0.2.6
1010
1111COPY --chmod=0755 ./.sandbox/entrypoint.sh /entrypoint.sh
1212ENTRYPOINT ["/entrypoint.sh" ]
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ RUN apt-get update -y \
66 && apt-get install -y --no-install-recommends ca-certificates curl \
77 && rm -rf /var/lib/apt/lists/*
88
9- RUN bun install --global @usherlabs/cex-broker@0.2.5
9+ RUN bun install --global @usherlabs/cex-broker@0.2.6
1010
1111CMD ["cex-broker" ]
Original file line number Diff line number Diff line change 11{
22 "name" : " @usherlabs/cex-broker" ,
3- "version" : " 0.2.5 " ,
3+ "version" : " 0.2.6 " ,
44 "description" : " Unified gRPC API to CEXs by Usher Labs." ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments