Skip to content

Commit faa38e2

Browse files
authored
Update Graphviz to 14.0.0
1 parent 196da65 commit faa38e2

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
@@ -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/13.1.2/graphviz-13.1.2.tar.gz" ./graphviz.tar.gz
17+
ADD "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.0.0/graphviz-14.0.0.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)