From 21b86117e89eee3754331469dfb02fa8d8c28cd0 Mon Sep 17 00:00:00 2001 From: Nurettin Yilmaz Date: Mon, 8 Jun 2020 22:13:18 +0300 Subject: [PATCH] Bump node version to 14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a2d769..edc29ec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN yum update -y && \ yum install -y multiarch-support libxml2-utils build-essential git curl tar gzip libjpeg-dev imagemagick ttf-dejavu jpegoptim grep libpng-dev && \ mkdir -p ~/.m2 -RUN curl -sL https://rpm.nodesource.com/setup_9.x | bash - +RUN curl -sL https://rpm.nodesource.com/setup_14.x | bash - RUN yum install -y nodejs