chore: awaiting latest common

This commit is contained in:
Jack Waller
2025-09-16 11:05:39 +10:00
parent f64091a09f
commit 0925a5a4fd
3 changed files with 6 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ RUN yarn && yarn build
FROM public.ecr.aws/docker/library/node:20.18.1-alpine
RUN apk add python3 make g++ --virtual .build &&\
npm install -C /lib bigint-buffer @triton-one/yellowstone-grpc@1.3.0 &&\
npm install -C /lib bigint-buffer @triton-one/yellowstone-grpc@1.3.0 helius-laserstream &&\
apk del .build
COPY --from=builder /app/lib/ ./lib/