Skip to content

Commit

Permalink
Merge pull request dockcross#220 from thewtex/emscripten-1.37.37
Browse files Browse the repository at this point in the history
browser-asmjs: Bump Emscripten to 1.37.37
  • Loading branch information
thewtex committed Apr 24, 2018
2 parents 41e4949 + 407ead3 commit 97fdb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions browser-asmjs/Dockerfile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM trzeci/emscripten-slim:sdk-tag-1.37.36-64bit
FROM trzeci/emscripten-slim:sdk-tag-1.37.37-64bit
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"

# Revert back to "/bin/sh" as default shell
Expand All @@ -9,7 +9,7 @@ RUN rm /bin/sh && ln -s /bin/dash /bin/sh

#include "common.docker"

ENV EMSCRIPTEN_VERSION 1.37.29
ENV EMSCRIPTEN_VERSION 1.37.37

ENV PATH /emsdk_portable:/emsdk_portable/llvm/clang/bin/:/emsdk_portable/sdk/:${PATH}
ENV CC=/emsdk_portable/sdk/emcc \
Expand Down

0 comments on commit 97fdb76

Please sign in to comment.