Update dependency node to v18
This commit is contained in:
parent
c1a68ff66c
commit
8ee54e5a36
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Reference in a new issue