Merge pull request 'chore(deps): update node.js to v20.17.0' (#105) from renovate/node-20.x into master
Reviewed-on: #105
This commit is contained in:
commit
d683bb00eb
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