This commit is contained in:
LoryPelli 2024-02-08 17:34:30 +01:00
commit 0bb41adacc
2 changed files with 3 additions and 4 deletions

View file

@ -1,7 +1,6 @@
FROM node:15.10.0-buster-slim
FROM node:18.15.0-buster-slim
ENV DEBIAN_FRONTEND=noninteractive
RUN dpkg-reconfigure -p critical dash
RUN for i in $(seq 1001 1500); do \
groupadd -g $i runner$i && \