Skip to content

Commit f84c0b5

Browse files
committed
bump dockerfile
1 parent 63d07a3 commit f84c0b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/node:20 AS builder
1+
FROM public.ecr.aws/docker/library/node:22.14 AS builder
22

33
COPY package.json yarn.lock ./
44

@@ -18,7 +18,7 @@ WORKDIR /app
1818
RUN yarn install
1919
RUN node esbuild.config.js
2020

21-
FROM public.ecr.aws/docker/library/node:20.18.1-alpine
21+
FROM public.ecr.aws/docker/library/node:22.14.0-alpine
2222
# 'bigint-buffer' native lib for performance
2323
RUN apk add python3 make g++ --virtual .build &&\
2424
npm install -C /lib bigint-buffer @triton-one/[email protected] helius-laserstream &&\

0 commit comments

Comments
 (0)