Skip to content

Commit

Permalink
install @triton-one/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jordy25519 committed Dec 18, 2024
1 parent d636620 commit 52d70ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WORKDIR /app
# 'bigint-buffer' native lib for performance
# @triton-one/yellowstone-grpc so .wasm lib included
RUN apt update && apt install -y build-essential python3
RUN npm install -C lib bigint-buffer @triton-one/yellowstone-grpc
RUN npm install -C lib bigint-buffer @triton-one/yellowstone-grpc@1.3.0

FROM gcr.io/distroless/nodejs20-debian12
COPY --from=builder /app/lib/ ./lib/
Expand Down

0 comments on commit 52d70ac

Please sign in to comment.