We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fcce1 commit 6cc6bd2Copy full SHA for 6cc6bd2
.travis.yml
@@ -7,7 +7,7 @@ services:
7
env:
8
global:
9
- DOCKER_REPO='ojkwon/arch-emscripten'
10
- - EMSCRIPTEN_VERSION=1.39.6
+ - EMSCRIPTEN_VERSION=2.0.8
11
- PROTOBUF_VERSION=3.9.0
12
matrix:
13
- BUILD_TARGET='base'
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM ojkwon/arch-nvm-node:b1e67ca-node13.7.0-npm6.13.7
+FROM ojkwon/arch-nvm-node:311b338-node15.0.0-npm7.0.9
2
3
# Build time args
4
ARG BUILD_TARGET=""
0 commit comments