chore(deps): update node.js to v16.20.2
This commit is contained in:
parent
f5cf322c3c
commit
6afb2b64d3
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM node:16.9.1 as frontend
|
FROM node:16.20.2 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…
Add table
Reference in a new issue