chore(deps): update node.js to v20.18.2

This commit is contained in:
Renovate Bot 2025-01-26 23:48:03 +00:00
parent f2606fe2d0
commit 7a0fe196ef

View file

@ -1,4 +1,4 @@
FROM node:20.17.0 as frontend FROM node:20.18.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