build: Upgrade emscripten to latest release

This commit is contained in:
WerWolv
2025-12-03 21:33:32 +01:00
parent a0d0621725
commit bc3afbb271
3 changed files with 3 additions and 3 deletions

2
dist/web/Dockerfile vendored
View File

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