web-wasm: Bump emscripten to 3.1.35

closes https://github.com/dockcross/dockcross/issues/776
This commit is contained in:
Jaswant Panchumarti 2023-04-06 10:35:46 -04:00 committed by GitHub
parent 8fdfcc3f51
commit 7dcbe767c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
ARG DOCKER_IMAGE_VERSION=3.1.28
ARG DOCKER_IMAGE_VERSION=3.1.35
FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"