You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .devcontainer/Dockerfile
+11-43
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.155.1/containers/typescript-node/.devcontainer/base.Dockerfile
8
8
# [Choice] Node.js version: 14, 12, 10
9
-
ARG VARIANT="14-buster"
9
+
ARG VARIANT="16-buster"
10
10
FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
11
11
12
12
# [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}
24
24
# Install EMSDK to /emsdk just like the EMSDK Dockerfile: https://github.com/emscripten-core/emsdk/blob/master/docker/Dockerfile
25
25
ENV EMSDK /emsdk
26
26
# 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
28
28
29
29
RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK
30
30
@@ -85,47 +85,15 @@ RUN echo 'export EM_NODE_JS="$EMSDK_NODE"' >> /etc/bash.bashrc
0 commit comments