Skip to content

Commit 232081a

Browse files
committed
update emscripten to latest version
1 parent 010fb42 commit 232081a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.155.1/containers/typescript-node/.devcontainer/base.Dockerfile
88
# [Choice] Node.js version: 14, 12, 10
9-
ARG VARIANT="14-buster"
9+
ARG VARIANT="16-buster"
1010
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
1111

1212
# [Optional] Uncomment if you want to install an additional version of node using nvm
@@ -24,7 +24,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
2424
# Install EMSDK to /emsdk just like the EMSDK Dockerfile: https://github.com/emscripten-core/emsdk/blob/master/docker/Dockerfile
2525
ENV EMSDK /emsdk
2626
# We pin the EMSDK version rather than 'latest' so that everyone is using the same compiler version
27-
ENV EMSCRIPTEN_VERSION 3.1.20
27+
ENV EMSCRIPTEN_VERSION 3.1.49
2828

2929
RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK
3030

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"name": "Node.js & TypeScript",
55
"build": {
66
"dockerfile": "Dockerfile",
7-
// Update 'VARIANT' to pick a Node version: 10, 12, 14
7+
// Update 'VARIANT' to pick a Node version: 12, 14, 16
88
"args": {
9-
"VARIANT": "14-buster"
9+
"VARIANT": "16-buster"
1010
},
1111
},
1212
// Set *default* container specific settings.json values on container create.

0 commit comments

Comments
 (0)