web-wasm: bump emscripten to 5.0.1

Disable raylib, which seems to have an unrelated error.
This commit is contained in:
Matt McCormick
2026-02-05 17:33:07 -05:00
parent 84793ba73e
commit f41690cc1e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
ARG DOCKER_IMAGE_VERSION=4.0.14
ARG DOCKER_IMAGE_VERSION=5.0.1
ARG HOST_ARCH_TAG
FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION$HOST_ARCH_TAG