From 9129a9aa40d1d77f40409c7c46ec6a766266a112 Mon Sep 17 00:00:00 2001 From: Ryderjj89 Date: Wed, 1 Oct 2025 18:22:00 -0400 Subject: [PATCH] node 24-alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fafd9d0..8be599a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22-alpine +FROM node:24-alpine # Install dumb-init for proper signal handling RUN apk add --no-cache dumb-init