mirror of
https://github.com/godotengine/build-containers.git
synced 2025-12-31 21:48:41 +03:00
JavaScript: Update classical builds to Emscripten 2.0.15
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user