Skip to content

Commit

Permalink
Update Emscripten SDK to 3.1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaines committed Nov 4, 2024
1 parent e999350 commit 69bfeed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/viz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

* Update Emscripten SDK to 3.1.70.
* Update Graphviz to 12.2.0.

## 3.10.0
Expand Down
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.64 AS graphviz
FROM emscripten/emsdk:3.1.70 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.64 AS viz
FROM emscripten/emsdk:3.1.70 AS viz

ARG DEBUG=""

Expand Down

0 comments on commit 69bfeed

Please sign in to comment.