File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ * Update Graphviz to 14.1.0.
56* Fix that default attributes were added incorrectly, and would appear on the root graph as well as subgraphs.
67* For graph object input, fix that subgraphs without names were given the name "undefined", and reject nodes and edges without names.
78
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ RUN cd expat && emconfigure ./configure \
1414 CXXFLAGS="-Oz"
1515RUN cd expat/lib && emmake make all install
1616
17- ADD "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.0.5 /graphviz-14.0.5 .tar.gz" ./graphviz.tar.gz
17+ ADD "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.1.0 /graphviz-14.1.0 .tar.gz" ./graphviz.tar.gz
1818
1919RUN mkdir -p graphviz && tar -zxf ./graphviz.tar.gz --strip-components 1 --directory graphviz
2020RUN cd graphviz && emconfigure ./configure \
You can’t perform that action at this time.
0 commit comments