Skip to content

Commit 3061e6f

Browse files
authored
Merge pull request #29 from kwonoj/bump-emscripten
feat(emscripten): bump emscripten to 1.38.20
2 parents 2b45591 + 19498a8 commit 3061e6f

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.38.13-1
10+
- EMSCRIPTEN_VERSION=1.38.20-1
1111
- PROTOBUF_VERSION=3.6.1
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:339cd7e-node10.12.0-npm6.4.1
1+
FROM ojkwon/arch-nvm-node:2d48326-node11.6.0-npm6.6.0
22

33
# Build time args
44
ARG BUILD_TARGET=""

0 commit comments

Comments
 (0)