From ff4fb191b85dc552747b14b797d20b228963c23d Mon Sep 17 00:00:00 2001 From: prafull-opensignlabs <93375423+prafull-opensignlabs@users.noreply.github.com> Date: Thu, 22 Feb 2024 20:18:42 +0530 Subject: [PATCH] Update Dockerhubfile --- apps/OpenSign/Dockerhubfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/OpenSign/Dockerhubfile b/apps/OpenSign/Dockerhubfile index aff6748d2..5d0b5bb7f 100644 --- a/apps/OpenSign/Dockerhubfile +++ b/apps/OpenSign/Dockerhubfile @@ -1,5 +1,5 @@ # Use an official Node runtime as the base image -FROM node:16 +FROM node:18 # Set the working directory inside the container WORKDIR /usr/src/app