chore(deps): update node.js to v20.16.0
This commit is contained in:
parent
47a5b42507
commit
2354062b35
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:20.15.1 as frontend
|
FROM node:20.16.0 as frontend
|
||||||
COPY package.json package-lock.json /src/
|
COPY package.json package-lock.json /src/
|
||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
Loading…
Reference in a new issue