Skip to content

Commit 1ab529c

Browse files
committed
fix: update Node.js version in Dockerfile from 14 to 20
1 parent 6659343 commit 1ab529c

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
# Build stage
2-
FROM node:14-alpine AS builder
2+
FROM node:20-alpine AS builder
33

44
WORKDIR /app
55

@@ -16,7 +16,7 @@ COPY . .
1616
RUN npm run build
1717

1818
# Production stage
19-
FROM node:14-alpine
19+
FROM node:20-alpine
2020

2121
WORKDIR /app
2222

0 commit comments

Comments
 (0)