Skip to content

Commit

Permalink
Downgrade emscripten
Browse files Browse the repository at this point in the history
To be able to use this image before dotnet/runtime#53603
is finished
  • Loading branch information
radekdoulik committed Jun 10, 2021
1 parent f78ae02 commit 3b93e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windowsservercore/ltsc2019/webassembly/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN curl -SL --output %TEMP%\ninja-win.zip https://github.com/ninja-build/ninja/
RUN certutil -generateSSTFromWU roots.sst && certutil -addstore -f root roots.sst && del roots.sst

# Install Emscripten toolchain
ENV EMSCRIPTEN_VERSION=2.0.23
ENV EMSCRIPTEN_VERSION=2.0.21
ENV EMSCRIPTEN_PATH="C:\emscripten"
ENV EMSDK_PATH="C:\emscripten\emsdk"

Expand Down

0 comments on commit 3b93e1d

Please sign in to comment.