diff --git a/Dockerfile b/Dockerfile index 252c28d..952b19b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # ======Building the project===== -FROM node:17.3.0 AS builder +FROM node:17.8.0 AS builder WORKDIR /usr/src/app