Skip to content

Commit 1ef09cd

Browse files
committed
Update Emscripten Docker image to 5.0.6
1 parent ddec186 commit 1ef09cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
55
ENV \
@@ -22,7 +22,7 @@ RUN \
2222

2323
# Emscripten patches
2424
RUN \
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

0 commit comments

Comments
 (0)