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 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 diff --git a/apps/OpenSignServer/Dockerfile b/apps/OpenSignServer/Dockerfile index 68962a8be..f56d3c5cf 100644 --- a/apps/OpenSignServer/Dockerfile +++ b/apps/OpenSignServer/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 diff --git a/apps/OpenSignServer/Dockerhubfile b/apps/OpenSignServer/Dockerhubfile index 4f949aa1d..700fb692d 100644 --- a/apps/OpenSignServer/Dockerhubfile +++ b/apps/OpenSignServer/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