Skip to content

Commit

Permalink
web-wasm: Bump to Emscripten 1.38.24
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 20, 2019
1 parent 58c1b3e commit d9412b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-wasm/Dockerfile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM trzeci/emscripten-slim:sdk-tag-1.37.37-64bit
FROM trzeci/emscripten-slim:sdk-tag-1.38.24-64bit
MAINTAINER Matt McCormick "[email protected]"

# 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.37
ENV EMSCRIPTEN_VERSION 1.38.24

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 d9412b3

Please sign in to comment.