Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

Commit

Permalink
Downgrade to Node 0.10.46
Browse files Browse the repository at this point in the history
Our current older versions of node-opencl refers to V8 apis that got removed between 4.3 and 4.4.

See nodejs/node#1451 for details
  • Loading branch information
lsb authored Oct 2, 2016
1 parent df19e3c commit 59e9f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container-images/cpu-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update && \

# FROM https://raw.githubusercontent.com/nodejs/docker-node/master/0.10/Dockerfile

RUN echo "export NODE_VERSION=6.4.0;export NPM_VERSION=3.10.6" >> /etc/profile.d/node-npm-versions.sh
RUN echo "export NODE_VERSION=0.10.45;export NPM_VERSION=2.14.1" >> /etc/profile.d/node-npm-versions.sh

# gpg keys listed at https://github.com/nodejs/node
RUN set -ex \
Expand Down

0 comments on commit 59e9f4b

Please sign in to comment.