Skip to content

Commit

Permalink
Bumped chart.js version for docker container.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Sobey SAHL committed Aug 10, 2017
1 parent e704e47 commit 9dd86f1
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 @@ -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
Expand Down

0 comments on commit 9dd86f1

Please sign in to comment.