Skip to content

Commit

Permalink
Bump node version to 14
Browse files Browse the repository at this point in the history
  • Loading branch information
nyilmaz committed Jun 8, 2020
1 parent d02c207 commit 21b8611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 21b8611

Please sign in to comment.