Skip to content

Commit 69bfeed

Browse files
committed
Update Emscripten SDK to 3.1.70
1 parent e999350 commit 69bfeed

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/viz/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Unreleased
44

5+
* Update Emscripten SDK to 3.1.70.
56
* Update Graphviz to 12.2.0.
67

78
## 3.10.0

packages/viz/src/module/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM emscripten/emsdk:3.1.64 AS graphviz
1+
FROM emscripten/emsdk:3.1.70 AS graphviz
22

33
ENV PREFIX=/prefix
44

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

1818

19-
FROM emscripten/emsdk:3.1.64 AS viz
19+
FROM emscripten/emsdk:3.1.70 AS viz
2020

2121
ARG DEBUG=""
2222

0 commit comments

Comments
 (0)