Spaces:
Runtime error
Runtime error
Switch to node 20 part 2
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -96,7 +96,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
96 |
RUN mkdir -p /data/db
|
97 |
RUN chown -R 1000:1000 /data
|
98 |
|
99 |
-
RUN curl -fsSL https://deb.nodesource.com/
|
100 |
|
101 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
102 |
nodejs && \
|
|
|
96 |
RUN mkdir -p /data/db
|
97 |
RUN chown -R 1000:1000 /data
|
98 |
|
99 |
+
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | /bin/bash -
|
100 |
|
101 |
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
102 |
nodejs && \
|