diff --git a/CHANGELOG.md b/CHANGELOG.md index 03dc9797e..a8c494a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [v0.0.6] - TBD -Uses libvips v8.14.5, compiled with Emscripten v3.1.46. +Uses libvips v8.14.5, compiled with Emscripten v3.1.47. ## [v0.0.5] - 2023-04-27 diff --git a/Dockerfile b/Dockerfile index c8245e831..606acfd17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # https://github.com/emscripten-core/emsdk -FROM docker.io/emscripten/emsdk:3.1.46 +FROM docker.io/emscripten/emsdk:3.1.47 # Path settings ENV \ @@ -25,7 +25,7 @@ RUN \ # Emscripten patches RUN \ - curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.46...kleisauke:wasm-vips-3.1.46.patch | patch -p1 -d $EMSDK/upstream/emscripten && \ + curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.47...kleisauke:wasm-vips-3.1.47.patch | patch -p1 -d $EMSDK/upstream/emscripten && \ emcc --clear-cache && embuilder build sysroot --force # Rust