Skip to content

Commit 05fcce1

Browse files
authored
Merge pull request #41 from kwonoj/bump-emscripten
feat(emscripten): bump up emscripten
2 parents 704654c + 3724f19 commit 05fcce1

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.0
10+
- EMSCRIPTEN_VERSION=1.39.6
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:84e4ad7-node12.10.0-npm6.10.2
1+
FROM ojkwon/arch-nvm-node:b1e67ca-node13.7.0-npm6.13.7
22

33
# Build time args
44
ARG BUILD_TARGET=""

0 commit comments

Comments
 (0)