Bump emscripten version to 1.35.4.

This commit is contained in:
Matt McCormick 2015-10-30 20:08:09 -04:00
parent a0eb491f81
commit 4b5cb749a8

View File

@ -8,7 +8,7 @@ RUN curl -sL https://deb.nodesource.com/setup | bash - && \
nodejs \
python2.7
ENV EMSCRIPTEN_VERSION 1.34.3
ENV EMSCRIPTEN_VERSION 1.35.4
RUN cd /usr && \
curl -L https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portable.tar.gz | tar xz && \
cd ./emsdk_portable && \