Merge pull request #704 from thewtex/emscripten-bump

web-wasm: Bump emscripten to 3.1.13
This commit is contained in:
Bensuperpc 2022-06-11 00:19:06 +02:00 committed by GitHub
commit 4c18b1d865
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.10
ARG DOCKER_IMAGE_VERSION=3.1.13
FROM emscripten/emsdk:$DOCKER_IMAGE_VERSION
LABEL maintainer="Matt McCormick matt.mccormick@kitware.com"