diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9d1dc7c0..309697e0 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -24,7 +24,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT} # Install EMSDK to /emsdk just like the EMSDK Dockerfile: https://github.com/emscripten-core/emsdk/blob/master/docker/Dockerfile ENV EMSDK /emsdk # We pin the EMSDK version rather than 'latest' so that everyone is using the same compiler version -ENV EMSCRIPTEN_VERSION 3.1.49 +ENV EMSCRIPTEN_VERSION 3.1.51 RUN git clone https://github.com/emscripten-core/emsdk.git $EMSDK