Skip to content

Commit 7b3657e

Browse files
committed
Update Emscripten Docker image to 3.1.69
1 parent a47ad0d commit 7b3657e

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.11] - TBD
88

9-
Uses libvips v8.16.0-rc1, compiled with Emscripten v3.1.68.
9+
Uses libvips v8.16.0-rc1, compiled with Emscripten v3.1.69.
1010

1111
### Changed
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:3.1.68
2+
FROM docker.io/emscripten/emsdk:3.1.69
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/3.1.68...kleisauke:wasm-vips-3.1.68.patch | patch -p1 -d $EMSDK/upstream/emscripten && \
27+
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 && \
2828
emcc --clear-cache && embuilder build sysroot --force
2929

3030
# Rust

0 commit comments

Comments
 (0)