Skip to content

Commit 31a8cdb

Browse files
committed
Update Emscripten Docker image to 4.0.1
1 parent c066dcf commit 31a8cdb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
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.12] - TBD
88

9-
Uses libvips v8.16.0, compiled with Emscripten v4.0.0.
9+
Uses libvips v8.16.0, compiled with Emscripten v4.0.1.
1010

1111
### Fixed
1212

Dockerfile

+2-2
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:4.0.0
2+
FROM docker.io/emscripten/emsdk:4.0.1
33

44
# Path settings
55
ENV \
@@ -24,7 +24,7 @@ RUN \
2424

2525
# Emscripten patches
2626
RUN \
27-
curl -Ls https://github.com/emscripten-core/emscripten/compare/4.0.0...kleisauke:wasm-vips-4.0.0.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
27+
curl -Ls https://github.com/emscripten-core/emscripten/compare/4.0.1...kleisauke:wasm-vips-4.0.1.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
2828
emcc --clear-cache && embuilder build sysroot --force
2929

3030
# Rust

0 commit comments

Comments
 (0)