From 65e5402c2a9cc09a7e5d5c1eb749e33fe9867883 Mon Sep 17 00:00:00 2001 From: Atif Ather <40694397+atifather@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:19:34 +0500 Subject: [PATCH] Update Dockerfile Signed-off-by: Atif Ather <40694397+atifather@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index df37827..c7453c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the Frontend -FROM node:14 AS frontend +FROM node:18.14.1 AS frontend # Set the working directory for the frontend WORKDIR /app