build: Update emscripten to the latest version

This commit is contained in:
WerWolv
2025-05-10 14:24:07 +02:00
parent 51a01c860b
commit f19478374f
3 changed files with 6 additions and 2 deletions

2
dist/web/Dockerfile vendored
View File

@@ -1,4 +1,4 @@
FROM emscripten/emsdk:3.1.51 AS build
FROM emscripten/emsdk:4.0.8 AS build
# Used to invalidate layer cache but not mount cache
# See https://github.com/moby/moby/issues/41715#issuecomment-733976493