chore(deps): update node.js to v20.17.0 #105
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:20.16.0 as frontend
|
||||
FROM node:20.17.0 as frontend
|
||||
COPY package.json package-lock.json /src/
|
||||
WORKDIR /src
|
||||
RUN npm install
|
||||
|
|
Loading…
Reference in a new issue