File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ v0.0.18] - TBD
88
9- Uses libvips v8.18.2, compiled with Emscripten v5.0.5 .
9+ Uses libvips v8.18.2, compiled with Emscripten v5.0.6 .
1010
1111### Fixed
1212
Original file line number Diff line number Diff line change 11# https://github.com/emscripten-core/emsdk
2- FROM docker.io/emscripten/emsdk:5.0.5
2+ FROM docker.io/emscripten/emsdk:5.0.6
33
44# Path settings
55ENV \
2222
2323# Emscripten patches
2424RUN \
25- curl -Ls https://github.com/emscripten-core/emscripten/compare/5.0.5 ...kleisauke:wasm-vips-5.0.5 .patch | patch -p1 -d $EMSDK/upstream/emscripten && \
25+ curl -Ls https://github.com/emscripten-core/emscripten/compare/5.0.6 ...kleisauke:wasm-vips-5.0.6 .patch | patch -p1 -d $EMSDK/upstream/emscripten && \
2626 curl -Ls https://github.com/emscripten-core/emscripten/compare/be68a76...kleisauke:mimalloc-update-3.2.8.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
2727 emcc --clear-cache && embuilder build sysroot --force
2828
You can’t perform that action at this time.
0 commit comments