Skip to content

Commit 118c52d

Browse files
committed
[ubuntu-dev] upgrade to node 10.13.0
1 parent baba3c2 commit 118c52d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ubuntu-dev/ubuntu-dev.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ RUN wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.
161161
# Install latest Node.js, npm and Yarn.
162162
ENV NVM_DIR="/home/user/.nvm"
163163
RUN . $NVM_DIR/nvm.sh \
164-
&& nvm install v9.9.0 \
164+
&& nvm install v10.13.0 \
165165
&& npm install -g yarn
166-
ENV PATH="${PATH}:${NVM_DIR}/versions/node/v9.9.0/bin"
166+
ENV PATH="${PATH}:${NVM_DIR}/versions/node/v10.13.0/bin"
167167

168168
# Install the latest rr.
169169
RUN __RR_VERSION__="5.2.0" \

0 commit comments

Comments
 (0)