We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196da65 commit faa38e2Copy full SHA for faa38e2
packages/viz/backend/Dockerfile
@@ -14,7 +14,7 @@ RUN cd expat && emconfigure ./configure \
14
CXXFLAGS="-Oz"
15
RUN cd expat/lib && emmake make all install
16
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
+ADD "https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/14.0.0/graphviz-14.0.0.tar.gz" ./graphviz.tar.gz
18
19
RUN mkdir -p graphviz && tar -zxf ./graphviz.tar.gz --strip-components 1 --directory graphviz
20
RUN cd graphviz && emconfigure ./configure \
0 commit comments