Web: Update to Emscripten 3.1.64

This commit is contained in:
Rémi Verschelde
2024-07-24 13:10:43 +02:00
parent 0384899a4a
commit 211bf3c0e8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
ARG img_version
FROM godot-fedora:${img_version}
ENV EMSCRIPTEN_VERSION=3.1.63
ENV EMSCRIPTEN_VERSION=3.1.64
RUN git clone --branch ${EMSCRIPTEN_VERSION} --progress https://github.com/emscripten-core/emsdk && \
emsdk/emsdk install ${EMSCRIPTEN_VERSION} && \