Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/install/ubuntu_install_emscripten.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ set -o pipefail
cd /
git clone https://github.com/emscripten-core/emsdk.git
cd emsdk
./emsdk install 3.1.30
./emsdk activate 3.1.30
./emsdk install 3.1.51
./emsdk activate 3.1.51
2 changes: 1 addition & 1 deletion docker/install/ubuntu_install_nodejs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ apt-install-and-clear -y curl

# The node install script fetched and executed here will update the
# apt source list, hence the second apt-get update --fix-missing is necessary.
curl -s -S -L https://deb.nodesource.com/setup_14.x | bash -
curl -s -S -L https://deb.nodesource.com/setup_16.x | bash -
apt-install-and-clear -y nodejs