From e54b1f97defa3057ddf89848017de9d019ab7690 Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Tue, 4 Dec 2018 07:01:12 +0000 Subject: [PATCH 1/2] Bump Ruby to 2.5.3 --- full/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full/Dockerfile b/full/Dockerfile index 284db84f4..cddf3bdd7 100644 --- a/full/Dockerfile +++ b/full/Dockerfile @@ -61,7 +61,7 @@ RUN pip install virtualenv 'python-language-server[all]'==0.19.0 RUN gpg --verbose --keyserver hkp://pgp.mit.edu --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 RUN curl -sSL https://get.rvm.io | bash -s stable -ENV RUBY_VERSION=2.5.1 +ENV RUBY_VERSION=2.5.3 RUN /bin/bash -l -c "rvm requirements && rvm install $RUBY_VERSION && rvm use $RUBY_VERSION --default && rvm rubygems current && gem install bundler --no-doc --no-ri" # Rust From 2613b1d8303e1bc3ab37b92452e262b2feea14dc Mon Sep 17 00:00:00 2001 From: Jan Keromnes Date: Tue, 4 Dec 2018 07:02:26 +0000 Subject: [PATCH 2/2] Bump Node.js to 10 LTS --- full/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full/Dockerfile b/full/Dockerfile index cddf3bdd7..1dc30061a 100644 --- a/full/Dockerfile +++ b/full/Dockerfile @@ -70,7 +70,7 @@ RUN $HOME/.cargo/bin/rustup update \ && $HOME/.cargo/bin/rustup component add rls-preview rust-analysis rust-src # Install nvm with node and npm -ENV NODE_VERSION 8 +ENV NODE_VERSION 10 RUN curl https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash RUN /bin/bash -l -c "\