From 4404b5c3d9fdb70a765a8cc8d7df6423f15e6033 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Mon, 27 Mar 2023 16:49:56 +0200 Subject: [PATCH] [wasm] Bump emscripten to 3.1.34 (#831) --- src/ubuntu/18.04/webassembly-net8/Dockerfile | 2 +- src/ubuntu/20.04/webassembly-net8/Dockerfile | 2 +- .../ltsc2022/helix/webassembly-net8/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ubuntu/18.04/webassembly-net8/Dockerfile b/src/ubuntu/18.04/webassembly-net8/Dockerfile index abf9e34fd..d2e0e11af 100644 --- a/src/ubuntu/18.04/webassembly-net8/Dockerfile +++ b/src/ubuntu/18.04/webassembly-net8/Dockerfile @@ -24,7 +24,7 @@ RUN locale-gen en_US.UTF-8 RUN npm i -g typescript # Install Emscripten toolchain -ENV EMSCRIPTEN_VERSION=3.1.30 +ENV EMSCRIPTEN_VERSION=3.1.34 ENV EMSCRIPTEN_PATH=/usr/local/emscripten ENV EMSDK_PATH=/usr/local/emscripten/emsdk diff --git a/src/ubuntu/20.04/webassembly-net8/Dockerfile b/src/ubuntu/20.04/webassembly-net8/Dockerfile index b2edbea77..b547ff47e 100644 --- a/src/ubuntu/20.04/webassembly-net8/Dockerfile +++ b/src/ubuntu/20.04/webassembly-net8/Dockerfile @@ -25,7 +25,7 @@ RUN locale-gen en_US.UTF-8 RUN npm i -g typescript # Install Emscripten toolchain -ENV EMSCRIPTEN_VERSION=3.1.30 +ENV EMSCRIPTEN_VERSION=3.1.34 ENV EMSCRIPTEN_PATH=/usr/local/emscripten ENV EMSDK_PATH=/usr/local/emscripten/emsdk diff --git a/src/windowsservercore/ltsc2022/helix/webassembly-net8/Dockerfile b/src/windowsservercore/ltsc2022/helix/webassembly-net8/Dockerfile index ca81717c9..4a2e4e6a4 100644 --- a/src/windowsservercore/ltsc2022/helix/webassembly-net8/Dockerfile +++ b/src/windowsservercore/ltsc2022/helix/webassembly-net8/Dockerfile @@ -24,7 +24,7 @@ RUN curl -SL --output %TEMP%\%GIT_INSTALLER% https://github.com/git-for-windows/ RUN certutil -generateSSTFromWU roots.sst && certutil -addstore -f root roots.sst && del roots.sst # Install Emscripten toolchain -ENV EMSCRIPTEN_VERSION=3.1.30 +ENV EMSCRIPTEN_VERSION=3.1.34 ENV EMSCRIPTEN_PATH="C:\emscripten" ENV EMSDK_PATH="C:\emscripten\emsdk"