chore(deps): update node.js to v20.15.1
This commit is contained in:
parent
d18ace4d1e
commit
30b292a6d8
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:20.15.0 as frontend
|
FROM node:20.15.1 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