fix(build): use node 24 for drift sdk
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM public.ecr.aws/docker/library/node:22 AS builder
|
FROM public.ecr.aws/docker/library/node:24 AS builder
|
||||||
RUN npm install -g typescript@5.4.5
|
RUN npm install -g typescript@5.4.5
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
@@ -14,7 +14,7 @@ RUN yarn && yarn build
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN yarn && yarn build
|
RUN yarn && yarn build
|
||||||
|
|
||||||
FROM public.ecr.aws/docker/library/node:22-alpine
|
FROM public.ecr.aws/docker/library/node:24-alpine
|
||||||
RUN apk add python3 make g++ --virtual .build &&\
|
RUN apk add python3 make g++ --virtual .build &&\
|
||||||
npm install -C /lib bigint-buffer @triton-one/yellowstone-grpc@1.3.0 helius-laserstream@0.1.8 rpc-websockets@7.5.1 &&\
|
npm install -C /lib bigint-buffer @triton-one/yellowstone-grpc@1.3.0 helius-laserstream@0.1.8 rpc-websockets@7.5.1 &&\
|
||||||
apk del .build
|
apk del .build
|
||||||
|
|||||||
Reference in New Issue
Block a user