File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
windowsservercore/ltsc2022/helix/webassembly-net8 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN locale-gen en_US.UTF-8
2424RUN npm i -g typescript
2525
2626# Install Emscripten toolchain
27- ENV EMSCRIPTEN_VERSION=3.1.30
27+ ENV EMSCRIPTEN_VERSION=3.1.34
2828ENV EMSCRIPTEN_PATH=/usr/local/emscripten
2929ENV EMSDK_PATH=/usr/local/emscripten/emsdk
3030
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN locale-gen en_US.UTF-8
2525RUN npm i -g typescript
2626
2727# Install Emscripten toolchain
28- ENV EMSCRIPTEN_VERSION=3.1.30
28+ ENV EMSCRIPTEN_VERSION=3.1.34
2929ENV EMSCRIPTEN_PATH=/usr/local/emscripten
3030ENV EMSDK_PATH=/usr/local/emscripten/emsdk
3131
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN curl -SL --output %TEMP%\%GIT_INSTALLER% https://github.com/git-for-windows/
2424RUN certutil -generateSSTFromWU roots.sst && certutil -addstore -f root roots.sst && del roots.sst
2525
2626# Install Emscripten toolchain
27- ENV EMSCRIPTEN_VERSION=3.1.30
27+ ENV EMSCRIPTEN_VERSION=3.1.34
2828ENV EMSCRIPTEN_PATH="C:\e mscripten"
2929ENV EMSDK_PATH="C:\e mscripten\e msdk"
3030
You can’t perform that action at this time.
0 commit comments