diff --git a/nodejs/17/Dockerfile b/nodejs/17/Dockerfile index b9b4aa1b9..08d5c0716 100644 --- a/nodejs/17/Dockerfile +++ b/nodejs/17/Dockerfile @@ -6,7 +6,7 @@ RUN apt update \ && apt -y install ffmpeg iproute2 git sqlite3 libsqlite3-dev python3 python3-dev ca-certificates dnsutils tzdata zip tar curl build-essential libtool iputils-ping \ && useradd -m -d /home/container container -RUN npm install npm@latest -g +RUN npm install npm@8.11.0 --location=global USER container ENV USER=container HOME=/home/container