From 9dd86f1451c6fdf72e02e19a8abef579741c266a Mon Sep 17 00:00:00 2001 From: Sean Sobey SAHL Date: Thu, 10 Aug 2017 10:32:13 +0200 Subject: [PATCH] Bumped chart.js version for docker container. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 79d895c..bed6763 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN cd $(npm root -g)/npm \ && npm install fs-extra \ && sed -i -e s/graceful-fs/fs-extra/ -e s/fs\.rename/fs.move/ ./lib/utils/rename.js RUN npm install -g grunt-cli mocha-cli -RUN npm install chart.js@"<=2.4.*" +RUN npm install chart.js@"<=2.6.*" # Output debug logs in test output ENV DEBUG=chartjs-node* # FILES FOR BUILD