From 825d76e4cd2d2ac92e26148970d4e66c19983a13 Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Tue, 10 Mar 2020 09:25:25 +0000 Subject: [PATCH] bump version --- test/Dockerfile-ubuntu-14-04 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Dockerfile-ubuntu-14-04 b/test/Dockerfile-ubuntu-14-04 index 264edd9..9e1cf75 100644 --- a/test/Dockerfile-ubuntu-14-04 +++ b/test/Dockerfile-ubuntu-14-04 @@ -5,7 +5,7 @@ run apt-get install -y software-properties-common python-software-properties run add-apt-repository -y ppa:kubuntu-ppa/backports run apt-get update run apt-get install -y libcv-dev libcvaux-dev libhighgui-dev libopencv-dev -run curl -sL https://deb.nodesource.com/setup_6.x | bash - +run curl -sL https://deb.nodesource.com/setup_12.x | bash - run apt-get install -y nodejs WORKDIR /root/node-opencv add . /root/node-opencv