Pin Emscripten version in Dockerfile

This commit is contained in:
Christian Semmler 2025-07-14 11:44:42 -07:00
parent ee6e230a4d
commit 996900ae9a
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -1,4 +1,4 @@
FROM emscripten/emsdk:latest AS builder
FROM emscripten/emsdk:4.0.10 AS builder
ARG CMAKE_VERSION=3.29.3