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 faa38e2 commit b22dcbbCopy full SHA for b22dcbb
packages/viz/backend/Dockerfile
@@ -2,7 +2,7 @@ FROM emscripten/emsdk:3.1.70 AS graphviz
2
3
ENV PREFIX=/prefix
4
5
-ADD "https://github.com/libexpat/libexpat/releases/download/R_2_7_1/expat-2.7.1.tar.gz" ./expat.tar.gz
+ADD "https://github.com/libexpat/libexpat/releases/download/R_2_7_2/expat-2.7.2.tar.gz" ./expat.tar.gz
6
7
RUN mkdir -p expat && tar -zxf ./expat.tar.gz --strip-components 1 --directory expat
8
RUN cd expat && emconfigure ./configure \
0 commit comments