From f4137775b1d0c25a3631644e05902ebbf7e0d2a1 Mon Sep 17 00:00:00 2001 From: Attila Szeremi Date: Fri, 16 Feb 2024 11:14:38 +0100 Subject: [PATCH] Upgrade to Node 18 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 056375e..69ac24a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN docker-php-ext-install \ RUN docker-php-pecl-install swoole -RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - && \ +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \ apt-get update && \ apt-get install -y nodejs && \ node --version && \