Skip to content

Commit

Permalink
Update Emscripten SDK to 3.1.51
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaines committed Jan 5, 2024
1 parent f5dbdf6 commit 04068e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions packages/viz/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

* Update Emscripten SDK to 3.1.51

* Export the Viz type (#224, #225)

## 3.2.3
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.47 AS graphviz
FROM emscripten/emsdk:3.1.51 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.47 AS viz
FROM emscripten/emsdk:3.1.51 AS viz

ARG DEBUG=""

Expand Down

0 comments on commit 04068e3

Please sign in to comment.