Fix: [Emscripten] Pin Dockerfile to emsdk:2.0.10 to prevent patch failure (#8628)

This commit is contained in:
embeddedt 2021-01-31 09:27:17 -05:00 committed by GitHub
parent 7fbf705c41
commit 76a279ef68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM emscripten/emsdk
FROM emscripten/emsdk:2.0.10
COPY emsdk-liblzma.patch /
RUN cd /emsdk/upstream/emscripten && patch -p1 < /emsdk-liblzma.patch