Spaces:
Sleeping
Sleeping
Bump Node to 21 (#16)
Browse files- Bump Node to 21 (77df9b9a6ef926abff089704393b963a0af288c1)
- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -30,7 +30,7 @@ RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
|
| 30 |
apt-get upgrade -y && \
|
| 31 |
apt-get install -y --no-install-recommends nvtop
|
| 32 |
|
| 33 |
-
RUN curl -sL https://deb.nodesource.com/
|
| 34 |
apt-get install -y nodejs && \
|
| 35 |
npm install -g configurable-http-proxy
|
| 36 |
|
|
|
|
| 30 |
apt-get upgrade -y && \
|
| 31 |
apt-get install -y --no-install-recommends nvtop
|
| 32 |
|
| 33 |
+
RUN curl -sL https://deb.nodesource.com/setup_21.x | bash - && \
|
| 34 |
apt-get install -y nodejs && \
|
| 35 |
npm install -g configurable-http-proxy
|
| 36 |
|