From 1f5a535bdb8cbdf916e3bc1c7d2c88d416cf6c10 Mon Sep 17 00:00:00 2001 From: Djuradj Kurepa Date: Thu, 18 Dec 2025 11:47:04 +0100 Subject: [PATCH 1/2] Update emsdk to last 3.1.* version --- .../ltsc2025/helix/webassembly-net8/amd64/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/windowsservercore/ltsc2025/helix/webassembly-net8/amd64/Dockerfile b/src/windowsservercore/ltsc2025/helix/webassembly-net8/amd64/Dockerfile index dd8cd397..a090e992 100644 --- a/src/windowsservercore/ltsc2025/helix/webassembly-net8/amd64/Dockerfile +++ b/src/windowsservercore/ltsc2025/helix/webassembly-net8/amd64/Dockerfile @@ -2,7 +2,7 @@ ARG ZIP7_VERSION=2409 ARG GIT_VERSION=2.34.1 -ARG EMSCRIPTEN_VERSION=3.1.34 +ARG EMSCRIPTEN_VERSION=3.1.74 ARG NODE_RELEASE=22 FROM mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2025-helix-amd64 as installer From 0826d0a0d9bb6b7f3f610efc693c9cc2b9023452 Mon Sep 17 00:00:00 2001 From: Djuradj Kurepa Date: Mon, 22 Dec 2025 10:30:54 +0100 Subject: [PATCH 2/2] Update other places to the same verison --- src/azurelinux/3.0/net8.0/webassembly/amd64/Dockerfile | 2 +- .../ltsc2022/helix/webassembly-net8/amd64/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/azurelinux/3.0/net8.0/webassembly/amd64/Dockerfile b/src/azurelinux/3.0/net8.0/webassembly/amd64/Dockerfile index cb4976ee..d638dafa 100644 --- a/src/azurelinux/3.0/net8.0/webassembly/amd64/Dockerfile +++ b/src/azurelinux/3.0/net8.0/webassembly/amd64/Dockerfile @@ -17,7 +17,7 @@ RUN tdnf update -y \ RUN npm i -g typescript # Install Emscripten toolchain -ENV EMSCRIPTEN_VERSION=3.1.34 +ENV EMSCRIPTEN_VERSION=3.1.74 ENV EMSCRIPTEN_PATH=/usr/local/emscripten ENV EMSDK_PATH=/usr/local/emscripten/emsdk ENV NODE_VERSION_IN_EMSDK=16.20.0_64bit diff --git a/src/windowsservercore/ltsc2022/helix/webassembly-net8/amd64/Dockerfile b/src/windowsservercore/ltsc2022/helix/webassembly-net8/amd64/Dockerfile index 1b97a2dc..abbdd6a4 100644 --- a/src/windowsservercore/ltsc2022/helix/webassembly-net8/amd64/Dockerfile +++ b/src/windowsservercore/ltsc2022/helix/webassembly-net8/amd64/Dockerfile @@ -2,7 +2,7 @@ ARG ZIP7_VERSION=2501 ARG GIT_VERSION=2.34.1 -ARG EMSCRIPTEN_VERSION=3.1.34 +ARG EMSCRIPTEN_VERSION=3.1.74 ARG NODE_RELEASE=22 FROM mcr.microsoft.com/dotnet-buildtools/prereqs:windowsservercore-ltsc2022-helix-amd64 as installer