Update dependency node to v18 #18

Open
Renovate Bot wants to merge 1 commit from renovate/node-18.x into dev
Showing only changes of commit 8ee54e5a36 - Show all commits

View file

@ -1,5 +1,5 @@
# ======Building the project=====
FROM node:17.3.0 AS builder
FROM node:18.0.0 AS builder
WORKDIR /usr/src/app