diff --git a/CHANGELOG.md b/CHANGELOG.md index 9adc9b4a4..1d0835110 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.11] - TBD -Uses libvips v8.16.0-rc1, compiled with Emscripten v3.1.68. +Uses libvips v8.16.0-rc1, compiled with Emscripten v3.1.69. ### Changed diff --git a/Dockerfile b/Dockerfile index f8e382c3a..399894ea7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # https://github.com/emscripten-core/emsdk -FROM docker.io/emscripten/emsdk:3.1.68 +FROM docker.io/emscripten/emsdk:3.1.69 # Path settings ENV \ @@ -24,7 +24,7 @@ RUN \ # Emscripten patches RUN \ - curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.68...kleisauke:wasm-vips-3.1.68.patch | patch -p1 -d $EMSDK/upstream/emscripten && \ + curl -Ls https://github.com/emscripten-core/emscripten/compare/3.1.69...kleisauke:wasm-vips-3.1.69.patch | patch -p1 -d $EMSDK/upstream/emscripten && \ emcc --clear-cache && embuilder build sysroot --force # Rust