From da26bdb3d8402ea5d2cc09c8c971c0da7011d07a Mon Sep 17 00:00:00 2001 From: Pavel Date: Mon, 27 Jul 2020 19:40:14 +0300 Subject: [PATCH] Update php7.3 dockerfile NodeJs version to 14.x --- php7.3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php7.3/Dockerfile b/php7.3/Dockerfile index 458c911..5ce2030 100644 --- a/php7.3/Dockerfile +++ b/php7.3/Dockerfile @@ -61,7 +61,7 @@ RUN find /var/lib/mysql -exec touch {} \; && /etc/init.d/mysql start \ # Install node and chrome RUN \ - curl -sL https://deb.nodesource.com/setup_11.x | bash - && \ + curl -sL https://deb.nodesource.com/setup_14.x | bash - && \ apt-get install -y nodejs && \ npm install -g yarn RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - && \