Skip to content

Commit b44cff2

Browse files
kleisaukelovell
authored andcommitted
Upgrade to libvips v8.15.0
1 parent c5c8348 commit b44cff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/wasm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ if [ $# -lt 1 ]; then
1212
exit 1
1313
fi
1414
VERSION_VIPS="$1"
15-
VERSION_WASM_VIPS="${2:-56f151b}" # TODO: fetch latest wasm-vips commit as default
15+
VERSION_WASM_VIPS="${2:-c5a5f0f}" # TODO: fetch latest wasm-vips commit as default
1616

1717
DIR="wasm-vips-${VERSION_WASM_VIPS}"
1818
TAG="wasm-vips:${VERSION_WASM_VIPS}"

0 commit comments

Comments
 (0)