Skip to content

Commit 6cc6bd2

Browse files
committed
feat(emscripten): bump up emscripten
1 parent 05fcce1 commit 6cc6bd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
env:
88
global:
99
- DOCKER_REPO='ojkwon/arch-emscripten'
10-
- EMSCRIPTEN_VERSION=1.39.6
10+
- EMSCRIPTEN_VERSION=2.0.8
1111
- PROTOBUF_VERSION=3.9.0
1212
matrix:
1313
- BUILD_TARGET='base'

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ojkwon/arch-nvm-node:b1e67ca-node13.7.0-npm6.13.7
1+
FROM ojkwon/arch-nvm-node:311b338-node15.0.0-npm7.0.9
22

33
# Build time args
44
ARG BUILD_TARGET=""

0 commit comments

Comments
 (0)