Merge pull request #757 from thewtex/emscripten-bump

web-wasm: Bump emscripten to 3.1.28
This commit is contained in:
Matt McCormick 2022-12-28 13:24:51 -05:00 committed by GitHub
commit e9059f1daf
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.13
ARG DOCKER_IMAGE_VERSION=3.1.28
FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"