Merge pull request #860 from thewtex/emscripten-bump

web-wasm: bump emscripten to 3.1.74
This commit is contained in:
Matt McCormick 2024-12-26 07:49:43 -05:00 committed by GitHub
commit 103d6485e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
ARG DOCKER_IMAGE_VERSION=3.1.64
ARG DOCKER_IMAGE_VERSION=3.1.74
FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION
LABEL maintainer="Matt McCormick matt@mmmccormick.com"