eienmojiki commited on
Commit
4b79a2b
1 Parent(s): 5035262

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
37
  software-properties-common && \
38
  rm -rf /var/lib/apt/lists/*
39
 
40
- RUN curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - && \
41
  apt install nodejs && \
42
  npm install -g yarn
43
 
 
37
  software-properties-common && \
38
  rm -rf /var/lib/apt/lists/*
39
 
40
+ RUN curl -sL https://deb.nodesource.com/setup_18.x | sudo -E bash - && \
41
  apt install nodejs && \
42
  npm install -g yarn
43