From 3732d690db8477b92765089cff035bba3f667fcd Mon Sep 17 00:00:00 2001 From: Saeed Vaziry Date: Sat, 21 Jun 2025 14:47:35 +0200 Subject: [PATCH] fix Dockerfile --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index a2f0a3f4..aee6d16a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -17,7 +17,7 @@ RUN apt-get install -y software-properties-common curl zip unzip gcc nginx redis php8.4-curl php8.4-gettext php8.4-zip php8.4-bcmath php8.4-soap php8.4-redis php8.4-sqlite3 php8.4-intl # nodejs -RUN curl -sL https://deb.nodesource.com/setup_20.x | bash - \ +RUN curl -sL https://deb.nodesource.com/setup_22.x | bash - \ && apt-get install -y nodejs # php