Skip to content

Commit

Permalink
JavaScript: Update classical builds to Emscripten 2.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga committed Mar 27, 2021
1 parent ad77d19 commit f8aed4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.javascript
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM godot-mono:${img_version}

ARG mono_version

ENV EMSDK_CLASSICAL=2.0.11
ENV EMSDK_CLASSICAL=2.0.15
ENV EMSDK_MONO=1.39.9

RUN if [ -z "${mono_version}" ]; then printf "\n\nArgument mono_version is mandatory!\n\n"; exit 1; fi && \
Expand Down

0 comments on commit f8aed4f

Please sign in to comment.