Skip to content

Commit bf5b023

Browse files
committed
fix: use Node.js 20 LTS for Production Builds
1 parent f636536 commit bf5b023

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,5 +1,5 @@
11
# Builder stage
2-
FROM node:22.12.0-alpine AS builder
2+
FROM node:20.19.1-alpine AS builder
33

44
WORKDIR /usr/src/parse
55

@@ -12,7 +12,7 @@ COPY . .
1212
RUN npm run build
1313

1414
# latest supported node version when this Dockerfile was written
15-
FROM node:22.12.0-alpine
15+
FROM node:20.19.1-alpine
1616

1717
WORKDIR /usr/src/parse
1818

0 commit comments

Comments
 (0)