Update Node.js to v20
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM node:18 as build
|
||||
FROM node:20 as build
|
||||
WORKDIR /app
|
||||
COPY package.json .
|
||||
COPY yarn.lock .
|
||||
|
||||
Reference in New Issue
Block a user