justest commited on
Commit
8f5b45e
·
1 Parent(s): 58e1578

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -61,7 +61,7 @@ RUN add-apt-repository ppa:flexiondotorg/nvtop && \
61
  apt-get upgrade -y && \
62
  apt-get install -y --no-install-recommends nvtop
63
 
64
- RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
65
  apt-get install -y nodejs && \
66
  npm install -g configurable-http-proxy
67
 
 
61
  apt-get upgrade -y && \
62
  apt-get install -y --no-install-recommends nvtop
63
 
64
+ RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
65
  apt-get install -y nodejs && \
66
  npm install -g configurable-http-proxy
67