build (deps): update node package in docker

This commit is contained in:
prafull-opensignlabs
2024-07-18 15:59:12 +05:30
committed by GitHub
parent 778e28fae0
commit e00704a43c
+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