From cb500f0fe4bb6aec67412232475766bf6bd676fe Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Fri, 21 Feb 2025 11:05:57 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Bumped=20node=20image=20version?= =?UTF-8?q?=20in=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4834692..4bfb8e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12-alpine +FROM node:22.1.0 LABEL maintainer="Rishi Ghan " # Working directory