From 2e451e38ec1f3dc8ef0d3896942ddeaaf52268c9 Mon Sep 17 00:00:00 2001 From: Jawher Kl Date: Fri, 29 Nov 2024 15:11:46 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b11b48e..94fe059 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Node.js runtime as a base image -FROM node:18-alpine +FROM node:20-alpine # Set the working directory in the container WORKDIR /app