Skip to content

Commit 80fc34f

Browse files
committedOct 30, 2023
fix(docker): bump node version
1 parent b0c8d63 commit 80fc34f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:16
1+
FROM node:20
22

33
WORKDIR /usr/src/app
44
COPY . .

0 commit comments

Comments
 (0)
Please sign in to comment.