diff --git a/apps/OpenSign/Dockerfile b/apps/OpenSign/Dockerfile index 57c815846..051503d52 100644 --- a/apps/OpenSign/Dockerfile +++ b/apps/OpenSign/Dockerfile @@ -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