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