Skip to content

Commit

Permalink
Update emsdk to 3.1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaines committed Aug 15, 2024
1 parent 24cb06e commit a634123
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 @@ -3,6 +3,7 @@
## Unreleased

* Update Graphviz to 12.1.0.
* Update Emscripten SDK to 3.1.64.

## 3.7.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.51 AS graphviz
FROM emscripten/emsdk:3.1.64 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.51 AS viz
FROM emscripten/emsdk:3.1.64 AS viz

ARG DEBUG=""

Expand Down

0 comments on commit a634123

Please sign in to comment.