Merge pull request #944 from OpenSignLabs/prafull-opensignlabs-patch-21

build (deps): update node package in docker
This commit is contained in:
Amol
2024-07-18 16:19:02 +05:30
committed by GitHub
+1 -1
View File
@@ -1,5 +1,5 @@
# Use an official Node runtime as the base image
FROM node:18
FROM node:20
# Set the working directory inside the container
WORKDIR /usr/src/app