Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit 85e65e1

Browse files
authored
change node version to 20.x
1 parent c634ab3 commit 85e65e1

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 node:18-slim
1+
FROM node:20-slim
22

33
WORKDIR /usr/src/app
44

@@ -8,4 +8,4 @@ RUN npm install
88

99
COPY . .
1010

11-
CMD [ "npm", "start" ]
11+
CMD [ "npm", "start" ]

0 commit comments

Comments
 (0)