Skip to content

Commit b22dcbb

Browse files
authored
Update Expat to 2.7.2
1 parent faa38e2 commit b22dcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/viz/backend/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_1/expat-2.7.1.tar.gz" ./expat.tar.gz
5+
ADD "https://github.com/libexpat/libexpat/releases/download/R_2_7_2/expat-2.7.2.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 \

0 commit comments

Comments
 (0)