Skip to content

Commit 719025d

Browse files
Update Dockerfile
update nodeJS
1 parent 4d4a730 commit 719025d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN echo "Installing Yarn Deb Source" \
5454
&& echo "deb http://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list
5555

5656
RUN echo "Installing Node.JS" \
57-
&& curl -sL https://deb.nodesource.com/setup_8.x | bash -
57+
&& curl -sL https://deb.nodesource.com/setup_9.x | bash -
5858

5959
ENV BUILD_PACKAGES git yarn nodejs build-essential imagemagick librsvg2-bin ruby ruby-dev wget libcurl4-openssl-dev
6060
RUN echo "Installing Additional Libraries" \

0 commit comments

Comments
 (0)