Commit
•
8ebb0a6
1
Parent(s):
e7fb5d3
Update Dockerfile to use Node.js version 18.x
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ RUN add-apt-repository ppa:flexiondotorg/nvtop && \
|
|
26 |
apt-get upgrade -y && \
|
27 |
apt-get install -y --no-install-recommends nvtop
|
28 |
|
29 |
-
RUN curl -sL https://deb.nodesource.com/
|
30 |
apt-get install -y nodejs && \
|
31 |
npm install -g configurable-http-proxy
|
32 |
|
|
|
26 |
apt-get upgrade -y && \
|
27 |
apt-get install -y --no-install-recommends nvtop
|
28 |
|
29 |
+
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash - && \
|
30 |
apt-get install -y nodejs && \
|
31 |
npm install -g configurable-http-proxy
|
32 |
|