From af45e97fe42f61d2c1ad03e28f3059e90ef6e750 Mon Sep 17 00:00:00 2001 From: Moataz Nabil <45570191+moatazeldebsy@users.noreply.github.com> Date: Fri, 4 Nov 2022 19:44:20 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 389b97f..a29222a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ADD entrypoint.sh /entrypoint.sh RUN apt-get update && \ apt-get -y install sudo RUN apt-get -y install curl gnupg -RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - +RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - RUN apt-get -y install nodejs RUN npm install npm@latest -g RUN node -v