Skip to content

Commit 05a71ac

Browse files
Bump node version in Dockerfile
1 parent e2f8603 commit 05a71ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt update && apt install -y \
2828

2929
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash && \
3030
export NVM_DIR="$HOME/.nvm" && [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" && \
31-
nvm install 8.4 && \
31+
nvm install 10.16.3 && \
3232
npm install -g yarn
3333

3434
ENTRYPOINT ["/bin/bash", "--login", "-i", "-c"]

0 commit comments

Comments
 (0)