From b0e3d421bde119314ac8a6b63aa08d6061674111 Mon Sep 17 00:00:00 2001 From: Jack Waller Date: Mon, 22 Sep 2025 15:56:50 +1000 Subject: [PATCH] chore: update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a57f423..03c9898 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 helius-laserstream &&\ + npm install -C /lib bigint-buffer @triton-one/yellowstone-grpc@1.3.0 helius-laserstream@0.1.8 &&\ apk del .build COPY --from=builder /app/lib/ ./lib/