Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/azurelinux/3.0/net8.0/webassembly/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading