Skip to content

Commit fcffce6

Browse files
committed
Update Graphviz to 14.0.5
1 parent b784b12 commit fcffce6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

packages/viz/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## Unreleased
4+
5+
* Update Graphviz to 14.0.5.
6+
37
## 3.21.0
48

59
* Update Graphviz to 14.0.4.

packages/viz/backend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN cd expat && emconfigure ./configure \
1414
CXXFLAGS="-Oz"
1515
RUN cd expat/lib && emmake make all install
1616

17-
ADD "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.0.4/graphviz-14.0.4.tar.gz" ./graphviz.tar.gz
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
1818

1919
RUN mkdir -p graphviz && tar -zxf ./graphviz.tar.gz --strip-components 1 --directory graphviz
2020
RUN cd graphviz && emconfigure ./configure \

0 commit comments

Comments
 (0)