nsarrazin HF staff commited on
Commit
b6986a2
1 Parent(s): f3249fa

Switch to node 20 part 2

Browse files
Files changed (1) hide show
  1. 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/setup_19.x | /bin/bash -
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 && \