Merge pull request 'chore(deps): update node.js to v20.16.0' (#84) from renovate/node-20.x into master

Reviewed-on: #84
This commit is contained in:
Aravinth Manivannan 2024-07-25 17:31:28 +05:30
commit 5c0eef4a96

View file

@ -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/
WORKDIR /src
RUN npm install