mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
web-wasm: Bump to Emscripten 1.38.24
This commit is contained in:
parent
58c1b3e5b8
commit
d9412b3136
@ -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 "matt.mccormick@kitware.com"
|
MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
||||||
|
|
||||||
# Revert back to "/bin/sh" as default shell
|
# Revert back to "/bin/sh" as default shell
|
||||||
@ -9,7 +9,7 @@ RUN rm /bin/sh && ln -s /bin/dash /bin/sh
|
|||||||
|
|
||||||
#include "common.docker"
|
#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 PATH /emsdk_portable:/emsdk_portable/llvm/clang/bin/:/emsdk_portable/sdk/:${PATH}
|
||||||
ENV CC=/emsdk_portable/sdk/emcc \
|
ENV CC=/emsdk_portable/sdk/emcc \
|
||||||
|
Loading…
Reference in New Issue
Block a user