Skip to content

Commit

Permalink
Update emsdk to 3.1.45
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaines committed Sep 6, 2023
1 parent d989cbb commit 5570533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/viz/src/module/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM emscripten/emsdk:3.1.43 AS graphviz
FROM emscripten/emsdk:3.1.45 AS graphviz

ENV PREFIX=/prefix

Expand All @@ -16,7 +16,7 @@ RUN cd graphviz/lib && emmake make install
RUN cd graphviz/plugin && emmake make install


FROM emscripten/emsdk:3.1.43 AS viz
FROM emscripten/emsdk:3.1.45 AS viz

ARG DEBUG=""

Expand Down

0 comments on commit 5570533

Please sign in to comment.