nyanya commited on
Commit
96b3363
1 Parent(s): b59a677
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -62,7 +62,7 @@ RUN curl -s https://api.github.com/repos/gitpod-io/openvscode-server/releases/la
62
  && rm -rf /var/tmp/*
63
 
64
  # Install Node.js and configurable-http-proxy
65
- RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - \
66
  && apt-get install -y nodejs \
67
  && npm install -g configurable-http-proxy \
68
  && rm -rf /var/lib/apt/lists/* \
 
62
  && rm -rf /var/tmp/*
63
 
64
  # Install Node.js and configurable-http-proxy
65
+ RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - \
66
  && apt-get install -y nodejs \
67
  && npm install -g configurable-http-proxy \
68
  && rm -rf /var/lib/apt/lists/* \