From 2c01672248481f59cf58b8653ca8b1d025ef5fe0 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Tue, 5 Jul 2016 22:12:33 -0400 Subject: [PATCH] browser-asmjs: Bump Emscripten to 1.36.5 --- browser-asmjs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser-asmjs/Dockerfile b/browser-asmjs/Dockerfile index 178c815..61ad8eb 100644 --- a/browser-asmjs/Dockerfile +++ b/browser-asmjs/Dockerfile @@ -8,7 +8,7 @@ RUN curl -sL https://deb.nodesource.com/setup | bash - && \ nodejs \ python2.7 -ENV EMSCRIPTEN_VERSION 1.36.1 +ENV EMSCRIPTEN_VERSION 1.36.5 RUN cd /usr && \ curl -L https://s3.amazonaws.com/mozilla-games/emscripten/releases/emsdk-portable.tar.gz | tar xz && \ cd ./emsdk_portable && \