From 85db4d724ecb2901b1dee64d46ebde5a6e4d75d2 Mon Sep 17 00:00:00 2001 From: Sanmarg Sandeep Paranjpe <50082154+sanmarg@users.noreply.github.com> Date: Sun, 12 May 2024 23:22:22 +0530 Subject: [PATCH] Update Dockerfile Updated the node version. Solved issue #55 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f2ff900..7e7d27d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use official Node.js image as base -FROM node:18 +FROM node:20-alpine3.18 # Set the working directory in the container WORKDIR /usr/src/app