Skip to content

Commit 5730b3f

Browse files
committed
fix: update dockerfile
1 parent 20804ec commit 5730b3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:20.19.2-alpine as ci
1+
FROM node:22-alpine as ci
22

33
ENV NODE_ENV=test
44
ENV BLUEBIRD_DEBUG=0
@@ -21,7 +21,7 @@ FROM ci as clean
2121
# below command removes the packages specified in devDependencies and set NODE_ENV to production
2222
RUN npm prune --production
2323
# --------------- Production stage
24-
FROM node:20.18.1-alpine AS prod
24+
FROM node:22-alpine AS prod
2525

2626
ENV NODE_ENV=production
2727
ENV NODE_PATH='dist'

0 commit comments

Comments
 (0)