From 77b558d88bfcfbaea8ad4c35b8f87cc0d701bed6 Mon Sep 17 00:00:00 2001 From: RVG|lory <87276663+LoryPelli@users.noreply.github.com> Date: Tue, 11 Apr 2023 09:11:16 +0200 Subject: [PATCH] npm and node version on dockerfile --- api/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Dockerfile b/api/Dockerfile index ec0d2a8..c0a7ab1 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,7 +1,7 @@ -FROM node:15.10.0-buster-slim +FROM node:18.15.0-buster-slim ENV DEBIAN_FRONTEND=noninteractive - +RUN npm i -g npm@latest RUN dpkg-reconfigure -p critical dash RUN for i in $(seq 1001 1500); do \ groupadd -g $i runner$i && \