Skip to content

Commit 34ade79

Browse files
committed
Update Expat to 2.7.1
1 parent 6809b1f commit 34ade79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/viz/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Unreleased
44

55
* Update Graphviz to 12.2.1.
6-
* Update Expat to 2.7.0.
6+
* Update Expat to 2.7.1.
77

88
## 3.11.0
99

packages/viz/src/module/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM emscripten/emsdk:3.1.70 AS graphviz
22

33
ENV PREFIX=/prefix
44

5-
ADD "https://github.com/libexpat/libexpat/releases/download/R_2_7_0/expat-2.7.0.tar.gz" ./expat.tar.gz
5+
ADD "https://github.com/libexpat/libexpat/releases/download/R_2_7_1/expat-2.7.1.tar.gz" ./expat.tar.gz
66

77
RUN mkdir -p expat && tar -zxf ./expat.tar.gz --strip-components 1 --directory expat
88
RUN cd expat && emconfigure ./configure --host=wasm32 --disable-shared --prefix="${PREFIX}" --libdir="${PREFIX}/lib" CFLAGS="-Oz" CXXFLAGS="-Oz"

0 commit comments

Comments
 (0)