mirror of
https://github.com/godotengine/build-containers.git
synced 2026-01-04 18:10:06 +03:00
Update various toolchains for 4.3
- Fedora 40 - SCons 4.7.0 - MinGW 11.0.1 with GCC 14.1.1 and binutils 2.41 - Xcode 15.5 (macOS 14.5, iOS 17.5) - Emscripten 3.1.61
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ARG img_version
|
||||
FROM godot-fedora:${img_version}
|
||||
|
||||
ENV EMSCRIPTEN_VERSION=3.1.53
|
||||
ENV EMSCRIPTEN_VERSION=3.1.61
|
||||
|
||||
RUN git clone --branch ${EMSCRIPTEN_VERSION} --progress https://github.com/emscripten-core/emsdk && \
|
||||
emsdk/emsdk install ${EMSCRIPTEN_VERSION} && \
|
||||
|
||||
Reference in New Issue
Block a user