From 52fa46cc230e246af67cd0e2cc5a3b8dd5789ec8 Mon Sep 17 00:00:00 2001 From: bayanolla Date: Wed, 29 Oct 2025 17:53:34 +0300 Subject: [PATCH] bump --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55ffa35..4fdcbb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the latest LTS version of Node.js -FROM node:18-alpine +FROM node:22-alpine # Set the working directory inside the container WORKDIR /app